[mlir][memref] Fix typo in `BuiltinAttributeInterfaces` description (#136774) GitOrigin-RevId: d7987f1ce9bdc57fe10de6eef25fbe0df725c68f
diff --git a/include/mlir/IR/BuiltinAttributeInterfaces.td b/include/mlir/IR/BuiltinAttributeInterfaces.td index cf96974..7bc7fbe 100644 --- a/include/mlir/IR/BuiltinAttributeInterfaces.td +++ b/include/mlir/IR/BuiltinAttributeInterfaces.td
@@ -480,8 +480,8 @@ Note: the MemRef type's layout is assumed to represent simple strided buffer layout. For more complicated case, like sparse storage buffers, - it is preferable to use separate type with more specic layout, rather then - introducing extra complexity to the builtin MemRef type. + it is preferable to use a separate type with a more specific layout, rather + than introducing extra complexity to the builtin MemRef type. }]; let methods = [