From 4c782a24d901b6317599c98f59161e6e0b5cc244 Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Thu, 18 Mar 2021 19:15:33 +0100 Subject: [PATCH] [mlir] Fix typo in SCF.cpp (NFC) --- mlir/lib/Dialect/SCF/SCF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/lib/Dialect/SCF/SCF.cpp b/mlir/lib/Dialect/SCF/SCF.cpp index 8def7a0c6e7e..fdb9df82900c 100644 --- a/mlir/lib/Dialect/SCF/SCF.cpp +++ b/mlir/lib/Dialect/SCF/SCF.cpp @@ -254,7 +254,7 @@ ForOp mlir::scf::getForInductionVarOwner(Value val) { } /// Return operands used when entering the region at 'index'. These operands -/// correspond to the loop iterator operands, i.e., those exclusing the +/// correspond to the loop iterator operands, i.e., those excluding the /// induction variable. LoopOp only has one region, so 0 is the only valid value /// for `index`. OperandRange ForOp::getSuccessorEntryOperands(unsigned index) {