Skip to content

Commit 91088d0

Browse files
gryppCopilot
andauthored
Update mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
Co-authored-by: Copilot <[email protected]>
1 parent 936d4d1 commit 91088d0

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
@@ -412,7 +412,7 @@ def NVVM_NanosleepOp : NVVM_Op<"nanosleep">,
412412
let summary = "Suspends the thread for a specified duration.";
413413

414414
let description = [{
415-
The Op suspends the thread for a sleep duration approximately close to the
415+
The op suspends the thread for a sleep duration approximately close to the
416416
delay `$duration`, specified in nanoseconds.
417417

418418
The sleep duration is approximated, but guaranteed to be in the

0 commit comments

Comments
 (0)