Skip to content

Commit a36b244

Browse files
committed
[mlir][scf] Fix misspelling of replace
1 parent 12937b1 commit a36b244

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)