[mlir][nfc] Fix typo in documentation comment
authorMarius Brehler <marius.brehler@iml.fraunhofer.de>
Thu, 25 Feb 2021 07:32:14 +0000 (08:32 +0100)
committerMarius Brehler <marius.brehler@iml.fraunhofer.de>
Thu, 25 Feb 2021 07:32:14 +0000 (08:32 +0100)
mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp

index 7d2b896..540a790 100644 (file)
@@ -103,7 +103,7 @@ static void computeReshapeOutput(ArrayRef<int64_t> higherRankShape,
   }
 }
 
-/// Common code to reate the reshape op where necessary to make the rank of the
+/// Common code to create the reshape op where necessary to make the rank of the
 /// operations equal. Returns the updated input1 and input2 for the original
 /// input. The caller is expected to use these to rewrite the original operator
 /// with the RESHAPE now in the graph.