Skip to content

Commit 324b8bd

Browse files
committed
fix comment
1 parent 0829753 commit 324b8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ struct IntRangeNarrowingPass final
495495

496496
GreedyRewriteConfig config;
497497
// We specifically need bottom-up traversal as cmpi pattern needs range
498-
// data, attched to it's original arguments.
498+
// data, attached to its original argument values.
499499
config.useTopDownTraversal = false;
500500
config.listener = &listener;
501501

0 commit comments

Comments
 (0)