Skip to content

Commit 47fbb24

Browse files
[mlir][scf] Fix typo in description of option of TestSCFForUtilsPass (NFC).
Reviewed By: ingomueller-net Differential Revision: https://reviews.llvm.org/D143067
1 parent d4fb829 commit 47fbb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/lib/Dialect/SCF/TestSCFUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct TestSCFForUtilsPass
3636
Option<bool> testReplaceWithNewYields{
3737
*this, "test-replace-with-new-yields",
3838
llvm::cl::desc("Test replacing a loop with a new loop that returns new "
39-
"additional yeild values"),
39+
"additional yield values"),
4040
llvm::cl::init(false)};
4141

4242
void runOnOperation() override {

0 commit comments

Comments
 (0)