diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td index f175b15c8770f..271b42025e0af 100644 --- a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td +++ b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td @@ -401,7 +401,7 @@ def Bufferization_ToTensorOp : Bufferization_Op<"to_tensor", [ SameOperandsAndResultElementType, Bufferization_TensorAndBufferMatch<"result", "buffer"> ]> { - let summary = "create a buffer-like type from a tensor-like type"; + let summary = "create a tensor-like type from a buffer-like type"; let description = [{ An operation that creates a tensor from a buffer. The result value is a tensor-like type that must match the corresponding buffer-like operand as