Skip to content

Commit 0ae6d3e

Browse files
authored
[mlir][scf] Fix typo of square brackets
1 parent ad3f7d2 commit 0ae6d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/SCF/Transforms/Transforms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ struct PipeliningOption {
136136
/// The callback passes the operation created along with the part of the
137137
/// pipeline and the iteration index. The iteration index is always 0 for the
138138
/// kernel. For the prologue and epilogue, it corresponds to the iteration
139-
/// peeled out of the loop in the range [0, maxStage[.
139+
/// peeled out of the loop in the range [0, maxStage].
140140
using AnnotationlFnType =
141141
std::function<void(Operation *, PipelinerPart, unsigned)>;
142142
AnnotationlFnType annotateFn = nullptr;

0 commit comments

Comments
 (0)