Skip to content

Commit 5ed59a8

Browse files
committed
Fix typo
1 parent 888fe37 commit 5ed59a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/SCFToEmitC/SCFToEmitC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ForLowering::matchAndRewrite(ForOp forOp, OpAdaptor adaptor,
139139
rewriter.eraseOp(loweredBody->getTerminator());
140140

141141
// Convert the original region types into the new types by adding unrealized
142-
// casts in the begginning of the loop. This performs the conversion in place.
142+
// casts in the beginning of the loop. This performs the conversion in place.
143143
if (failed(rewriter.convertRegionTypes(&forOp.getRegion(),
144144
*getTypeConverter(), nullptr))) {
145145
return rewriter.notifyMatchFailure(forOp, "region types conversion failed");

0 commit comments

Comments
 (0)