Skip to content

Commit 2a44048

Browse files
committed
Fixed spelling of array everywhere
1 parent 7322670 commit 2a44048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ def OpenACC_ParallelOp : OpenACC_Op<"parallel",
14291429
/// arguments)for each of the additional device types (or a none if it is
14301430
/// empty).
14311431
void addWaitOnly(MLIRContext *, llvm::ArrayRef<DeviceType>);
1432-
/// Add an arrya-like entry to the 'wait' with the current list of device
1432+
/// Add an array-like entry to the 'wait' with the current list of device
14331433
/// types.
14341434
void addWaitOperands(MLIRContext *, bool hasDevnum, mlir::ValueRange,
14351435
llvm::ArrayRef<DeviceType>);
@@ -1571,7 +1571,7 @@ def OpenACC_SerialOp : OpenACC_Op<"serial",
15711571
/// arguments)for each of the additional device types (or a none if it is
15721572
/// empty).
15731573
void addWaitOnly(MLIRContext *, llvm::ArrayRef<DeviceType>);
1574-
/// Add an arrya-like entry to the 'wait' with the current list of device
1574+
/// Add an array-like entry to the 'wait' with the current list of device
15751575
/// types.
15761576
void addWaitOperands(MLIRContext *, bool hasDevnum, mlir::ValueRange,
15771577
llvm::ArrayRef<DeviceType>);
@@ -1740,7 +1740,7 @@ def OpenACC_KernelsOp : OpenACC_Op<"kernels",
17401740
/// arguments)for each of the additional device types (or a none if it is
17411741
/// empty).
17421742
void addWaitOnly(MLIRContext *, llvm::ArrayRef<DeviceType>);
1743-
/// Add an arrya-like entry to the 'wait' with the current list of device
1743+
/// Add an array-like entry to the 'wait' with the current list of device
17441744
/// types.
17451745
void addWaitOperands(MLIRContext *, bool hasDevnum, mlir::ValueRange,
17461746
llvm::ArrayRef<DeviceType>);
@@ -1861,7 +1861,7 @@ def OpenACC_DataOp : OpenACC_Op<"data",
18611861
/// arguments)for each of the additional device types (or a none if it is
18621862
/// empty).
18631863
void addWaitOnly(MLIRContext *, llvm::ArrayRef<DeviceType>);
1864-
/// Add an arrya-like entry to the 'wait' with the current list of device
1864+
/// Add an array-like entry to the 'wait' with the current list of device
18651865
/// types.
18661866
void addWaitOperands(MLIRContext *, bool hasDevnum, mlir::ValueRange,
18671867
llvm::ArrayRef<DeviceType>);

0 commit comments

Comments
 (0)