Skip to content

Commit a6d81cd

Browse files
authored
[MLIR][Bufferize][NFC] Fix documentation typo (#104881)
1 parent 7452014 commit a6d81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
164164
write.
165165

166166
Counter-example: bufferization.alloc_tensor
167-
The op just allocates and does not specifiy the data of the tensor,
167+
The op just allocates and does not specify the data of the tensor,
168168
so resultBufferizesToMemoryWrite is overridden to return false.
169169

170170
2. At least one aliasing OpOperand bufferizes to a memory write.

0 commit comments

Comments
 (0)