Skip to content

Commit 8c72cb4

Browse files
committed
docs: typo in MemRefLayoutAttrInterface description
1 parent e9e6076 commit 8c72cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/BuiltinAttributeInterfaces.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def MemRefLayoutAttrInterface : AttrInterface<"MemRefLayoutAttrInterface"> {
481481
Note: the MemRef type's layout is assumed to represent simple strided buffer
482482
layout. For more complicated case, like sparse storage buffers,
483483
it is preferable to use separate type with more specic layout, rather then
484-
introducing extra complexity to the builin MemRef type.
484+
introducing extra complexity to the builtin MemRef type.
485485
}];
486486

487487
let methods = [

0 commit comments

Comments
 (0)