From 2a428fe5e0752936d5a6897bf05bc0f20263dfb7 Mon Sep 17 00:00:00 2001 From: Javed Absar Date: Tue, 10 Jun 2025 18:41:28 -0400 Subject: [PATCH] [mlir][async][nfc] fix typo in op description --- mlir/include/mlir/Dialect/Async/IR/AsyncOps.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td index 3d29d5bc7dbb6..6dbcdefbc9332 100644 --- a/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td +++ b/mlir/include/mlir/Dialect/Async/IR/AsyncOps.td @@ -376,7 +376,7 @@ def Async_CreateGroupOp : Async_Op<"create_group", [Pure]> { } def Async_AddToGroupOp : Async_Op<"add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.add_to_group` adds an async token or value to the async group. 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", } def Async_RuntimeAddToGroupOp : Async_Op<"runtime.add_to_group", []> { - let summary = "adds and async token or value to the group"; + let summary = "adds an async token or value to the group"; let description = [{ The `async.runtime.add_to_group` adds an async token or value to the async group. Returns the rank of the added element in the group.