[mlir] fix typo in a comment
authorwyzhao <951425797@qq.com>
Mon, 23 Dec 2019 08:11:29 +0000 (16:11 +0800)
committerAlex Zinenko <zinenko@google.com>
Fri, 27 Dec 2019 11:15:26 +0000 (12:15 +0100)
Trivial patch, reviewed and accepted on
https://github.com/tensorflow/mlir/pull/336 before MLIR merge.

mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h

index 757ee3a..1bba295 100644 (file)
@@ -49,7 +49,7 @@ bool isProducedByOpOfType(Operation *consumerOp, Value consumedView) {
 // success.
 ////////////////////////////////////////////////////////////////////////////////
 
-/// Tiles `op` by `sizes` permuting the looops according to `permutation`
+/// Tiles `op` by `sizes` permuting the loops according to `permutation`
 /// and sets the attribute `kLinalgTransformMarker` to `linalgMarker`.
 /// The permutation is expressed as a list of integers that specify
 /// the new ordering of the loop nest. The length of `permutation`