[mlir][bufferization] fixed typo in to_memref doc

Reviewed By: pifon2a

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

GitOrigin-RevId: 543924284ff7432f1e2febcbd5b1a171136c4ccd
diff --git a/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td b/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
index e04eab8..9b977a7 100644
--- a/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
+++ b/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td
@@ -137,7 +137,7 @@
     %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