[Mlir-commits] [mlir] 2d870a2 - [mlir][nfc] Fix typo in documentation comment

Marius Brehler llvmlistbot at llvm.org
Wed Feb 24 23:35:08 PST 2021


Author: Marius Brehler
Date: 2021-02-25T08:32:14+01:00
New Revision: 2d870a2f557b6aea9f37594a3341a2e890db8621

URL: https://github.com/llvm/llvm-project/commit/2d870a2f557b6aea9f37594a3341a2e890db8621
DIFF: https://github.com/llvm/llvm-project/commit/2d870a2f557b6aea9f37594a3341a2e890db8621.diff

LOG: [mlir][nfc] Fix typo in documentation comment

Added: 
    

Modified: 
    mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp b/mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
index 7d2b8962d04a..540a7902da93 100644
--- a/mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
+++ b/mlir/lib/Dialect/Tosa/Transforms/TosaMakeBroadcastable.cpp
@@ -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.


        


More information about the Mlir-commits mailing list