Skip to content

Commit ed8cfb6

Browse files
authored
[NFC][mlir][scf] Fix misspelling of replace (#101683)
1 parent a2830d6 commit ed8cfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/IR/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@ struct FoldConstantCase : OpRewritePattern<scf::IndexSwitchOp> {
43224322

43234323
rewriter.inlineBlockBefore(&source, op);
43244324
rewriter.eraseOp(terminator);
4325-
// Repalce the operation with a potentially empty list of results.
4325+
// Replace the operation with a potentially empty list of results.
43264326
// Fold mechanism doesn't support the case where the result list is empty.
43274327
rewriter.replaceOp(op, results);
43284328

0 commit comments

Comments
 (0)