File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Async/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> {
376376}
377377
378378def 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
657657def 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.
You can’t perform that action at this time.
0 commit comments