[mlir][bufferization] fixed typo in to_memref doc
authorAart Bik <ajcbik@google.com>
Tue, 30 Nov 2021 23:34:23 +0000 (15:34 -0800)
committerAart Bik <ajcbik@google.com>
Thu, 2 Dec 2021 18:55:57 +0000 (10:55 -0800)
Reviewed By: pifon2a

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

mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td

index e04eab8..9b977a7 100644 (file)
@@ -137,7 +137,7 @@ def Bufferization_ToMemrefOp : Bufferization_Op<"to_memref",
     %12 = bufferization.to_memref %10 : memref<4x?xf32, #map0, 42>
     ```
 
-    Note, that mutating the result of the to_buffer operation leads to
+    Note, that mutating the result of the to_memref operation leads to
     undefined behavior.
 
     This operation is a specialized variant of the built-in