Skip to content

Commit d7987f1

Browse files
authored
[mlir][memref] Fix typo in BuiltinAttributeInterfaces description (#136774)
1 parent 8a7b501 commit d7987f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/IR/BuiltinAttributeInterfaces.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ def MemRefLayoutAttrInterface : AttrInterface<"MemRefLayoutAttrInterface"> {
480480

481481
Note: the MemRef type's layout is assumed to represent simple strided buffer
482482
layout. For more complicated case, like sparse storage buffers,
483-
it is preferable to use separate type with more specic layout, rather then
484-
introducing extra complexity to the builtin MemRef type.
483+
it is preferable to use a separate type with a more specific layout, rather
484+
than introducing extra complexity to the builtin MemRef type.
485485
}];
486486

487487
let methods = [

0 commit comments

Comments
 (0)