Skip to content

Commit 02f1782

Browse files
committed
fix doc
1 parent 68fbb0f commit 02f1782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir-c/Rewrite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ mlirRewriterBaseGetBlock(MlirRewriterBase rewriter);
103103

104104
/// Returns the operation right after the current insertion point
105105
/// of the rewriter. A null MlirOperation will be returned
106-
// if the current insertion block is empty.
106+
// if the current insertion point is at the end of the block.
107107
MLIR_CAPI_EXPORTED MlirOperation
108108
mlirRewriterBaseGetOperationAfterInsertion(MlirRewriterBase rewriter);
109109

0 commit comments

Comments
 (0)