Skip to content

Commit 4c782a2

Browse files
author
lorenzo chelini
committed
[mlir] Fix typo in SCF.cpp (NFC)
1 parent 858ca7c commit 4c782a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ ForOp mlir::scf::getForInductionVarOwner(Value val) {
254254
}
255255

256256
/// Return operands used when entering the region at 'index'. These operands
257-
/// correspond to the loop iterator operands, i.e., those exclusing the
257+
/// correspond to the loop iterator operands, i.e., those excluding the
258258
/// induction variable. LoopOp only has one region, so 0 is the only valid value
259259
/// for `index`.
260260
OperandRange ForOp::getSuccessorEntryOperands(unsigned index) {

0 commit comments

Comments
 (0)