Skip to content

Commit 481ba3c

Browse files
javedabsar1rorth
authored andcommitted
[mlir][async][nfc] Fix typo in async op description (#143621)
1 parent 4db7bf3 commit 481ba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Async/IR/AsyncOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> {
376376
}
377377

378378
def Async_AddToGroupOp : Async_Op<"add_to_group", []> {
379-
let summary = "adds and async token or value to the group";
379+
let summary = "adds an async token or value to the group";
380380
let description = [{
381381
The `async.add_to_group` adds an async token or value to the async group.
382382
Returns the rank of the added element in the group. This rank is fixed
@@ -655,7 +655,7 @@ def Async_RuntimeLoadOp : Async_Op<"runtime.load",
655655
}
656656

657657
def Async_RuntimeAddToGroupOp : Async_Op<"runtime.add_to_group", []> {
658-
let summary = "adds and async token or value to the group";
658+
let summary = "adds an async token or value to the group";
659659
let description = [{
660660
The `async.runtime.add_to_group` adds an async token or value to the async
661661
group. Returns the rank of the added element in the group.

0 commit comments

Comments
 (0)