[Mlir-commits] [mlir] 5522ec0 - [mlir][NFC] Fix typos in DataLayoutInterfaces.td

Markus Böck llvmlistbot at llvm.org
Fri Aug 6 09:54:49 PDT 2021


Author: Markus Böck
Date: 2021-08-06T18:54:25+02:00
New Revision: 5522ec00bcff05cf882328c49ef4d2f20d265cb4

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

LOG: [mlir][NFC] Fix typos in DataLayoutInterfaces.td

Added: 
    

Modified: 
    mlir/include/mlir/Interfaces/DataLayoutInterfaces.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Interfaces/DataLayoutInterfaces.td b/mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
index 06bc6f21946a9..fc3d6a8c803ee 100644
--- a/mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
+++ b/mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
@@ -84,7 +84,7 @@ def DataLayoutSpecInterface : AttrInterface<"DataLayoutSpecInterface"> {
 
     Data layout specifications may need to be combined in case they appear on
     nested operations subject to layout, or to ensure the validity of layout
-    modification. Concerete specification attributes must implement the
+    modification. Concrete specification attributes must implement the
     corresponding hook.
   }];
   // The underlying storage being contiguous may be revised in the future, but
@@ -285,7 +285,7 @@ def DataLayoutTypeInterface : TypeInterface<"DataLayoutTypeInterface"> {
 
     The list of entries may be empty, in which case the type must provide a
     reasonable default value. The entries in the list are known to have passed
-    the spec and the entry verifiers, as well as the type-specifid verifier if
+    the spec and the entry verifiers, as well as the type-specified verifier if
     provided.
 
     In case of nested layout specs or spec changes, the type can override a hook
@@ -321,7 +321,7 @@ def DataLayoutTypeInterface : TypeInterface<"DataLayoutTypeInterface"> {
                     "::mlir::DataLayoutEntryListRef":$params)
     >,
     InterfaceMethod<
-      /*description=*/"Returns the preferred alignemnt for this type, "
+      /*description=*/"Returns the preferred alignment for this type, "
                       "in bytes.",
       /*retTy=*/"unsigned",
       /*methodName=*/"getPreferredAlignment",


        


More information about the Mlir-commits mailing list