[MLIR][AffineAnalysis] Fix typo in comment (NFC)
authorArjun P <arjunpitchanathan@gmail.com>
Wed, 2 Feb 2022 11:49:59 +0000 (17:19 +0530)
committerArjun P <arjunpitchanathan@gmail.com>
Wed, 2 Feb 2022 12:20:06 +0000 (17:50 +0530)
mlir/lib/Dialect/Affine/Analysis/AffineAnalysis.cpp

index 01e623f..e1c4899 100644 (file)
@@ -453,7 +453,7 @@ LogicalResult MemRefAccess::getAccessRelation(FlatAffineRelation &rel) const {
     }
   }
 
-  // Append domain constraints to `ret`.
+  // Append domain constraints to `rel`.
   domainRel.appendRangeId(rel.getNumRangeDims());
   domainRel.mergeSymbolIds(rel);
   domainRel.mergeLocalIds(rel);