Skip to content

Commit 0308d0d

Browse files
committed
Fix typo
1 parent 02ae9ea commit 0308d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ def NVVM_MembarOp : NVVM_Op<"membar">,
12561256
Arguments<(ins MemLevelKindAttr:$level)> {
12571257
let summary = "Memory barrier operation";
12581258
let description = [{
1259-
`member` operation guarantees that prior memory accesses requested by this
1259+
`membar` operation guarantees that prior memory accesses requested by this
12601260
thread are performed at the specified `level`, before later memory
12611261
operations requested by this thread following the membar instruction.
12621262

0 commit comments

Comments
 (0)