[mlir] NFC: Fix trivial typo in comment
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>
Sun, 26 Jan 2020 15:13:26 +0000 (00:13 +0900)
committerKazuaki Ishizaki <ishizaki@jp.ibm.com>
Mon, 3 Feb 2020 08:39:56 +0000 (17:39 +0900)
Summary: Also, an exercise to merge this into the master myself after a reviewer gives LGTM.

Reviewers: nicolasvasilache, mehdi_amini

Reviewed By: mehdi_amini

Subscribers: Joonsoo, merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73432

mlir/test/Transforms/loop-fusion.mlir

index 78b45d6..1369682 100644 (file)
@@ -1622,7 +1622,7 @@ func @should_fuse_after_two_loop_interchanges() {
   // dependence.
   // Once loop '%i2' is interchanged with loop '%i3', and again with loop
   // '%i5', then loop '%i0' can be fused at loop depth 2, because the loop
-  // carring the dependences have been interchanged with loops at depth > 2.
+  // carrying the dependences have been interchanged with loops at depth > 2.
 
   // CHECK:       affine.for %{{.*}} = 0 to 6 {
   // CHECK-NEXT:    affine.for %{{.*}} = 0 to 8 {