[Mlir-commits] [mlir] 3cb6307 - [MLIR][Shape] Fix typo

Frederik Gossen llvmlistbot at llvm.org
Thu Aug 27 01:19:46 PDT 2020


Author: Frederik Gossen
Date: 2020-08-27T08:19:13Z
New Revision: 3cb63073ea0f9f0d5efdd22ed08d329d96fb5ae5

URL: https://github.com/llvm/llvm-project/commit/3cb63073ea0f9f0d5efdd22ed08d329d96fb5ae5
DIFF: https://github.com/llvm/llvm-project/commit/3cb63073ea0f9f0d5efdd22ed08d329d96fb5ae5.diff

LOG: [MLIR][Shape] Fix typo

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

Added: 
    

Modified: 
    mlir/test/Dialect/Shape/ops.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Shape/ops.mlir b/mlir/test/Dialect/Shape/ops.mlir
index c13f89d1af02..58f2a61841e2 100644
--- a/mlir/test/Dialect/Shape/ops.mlir
+++ b/mlir/test/Dialect/Shape/ops.mlir
@@ -221,7 +221,7 @@ func @num_elements_shape(%arg : !shape.shape) -> !shape.size {
   return %result : !shape.size
 }
 
-// Testing nvoking shape function from another. shape_equal_shapes is merely
+// Testing invoking shape function from another. shape_equal_shapes is merely
 // a trivial helper function to invoke elsewhere.
 func @shape_equal_shapes(%a : !shape.value_shape, %b : !shape.value_shape) -> !shape.shape {
   %0 = shape.shape_of %a : !shape.value_shape -> !shape.shape


        


More information about the Mlir-commits mailing list