[Mlir-commits] [mlir] d7987f1 - [mlir][memref] Fix typo in `BuiltinAttributeInterfaces` description (#136774)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 8 12:05:04 PDT 2025


Author: Aleksandar Zecevic
Date: 2025-05-08T13:05:01-06:00
New Revision: d7987f1ce9bdc57fe10de6eef25fbe0df725c68f

URL: https://github.com/llvm/llvm-project/commit/d7987f1ce9bdc57fe10de6eef25fbe0df725c68f
DIFF: https://github.com/llvm/llvm-project/commit/d7987f1ce9bdc57fe10de6eef25fbe0df725c68f.diff

LOG: [mlir][memref] Fix typo in `BuiltinAttributeInterfaces` description (#136774)

Added: 
    

Modified: 
    mlir/include/mlir/IR/BuiltinAttributeInterfaces.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/IR/BuiltinAttributeInterfaces.td b/mlir/include/mlir/IR/BuiltinAttributeInterfaces.td
index cf9697457f4d8..7bc7fbe8c50f2 100644
--- a/mlir/include/mlir/IR/BuiltinAttributeInterfaces.td
+++ b/mlir/include/mlir/IR/BuiltinAttributeInterfaces.td
@@ -480,8 +480,8 @@ def MemRefLayoutAttrInterface : AttrInterface<"MemRefLayoutAttrInterface"> {
 
     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 = [


        


More information about the Mlir-commits mailing list