Skip to content

Commit e8c8e66

Browse files
fabianmcgDinistro
andcommitted
Update mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
Co-authored-by: Christian Ulmann <[email protected]>
1 parent 7ffa3bc commit e8c8e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Interfaces/DataLayoutInterfaces.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def DataLayoutTypeInterface : TypeInterface<"DataLayoutTypeInterface"> {
656656
/*desc=*/"Returns true if the two lists of entries are compatible, that "
657657
"is, that `newLayout` spec entries can be nested in an op with "
658658
"`oldLayout` spec entries. `newSpec` is provided to further"
659-
"query data from the spec, e.g. the default address space.",
659+
"query data from the spec, e.g., the default address space.",
660660
/*retTy=*/"bool",
661661
/*methodName=*/"areCompatible",
662662
/*args=*/(ins "::mlir::DataLayoutEntryListRef":$oldLayout,

0 commit comments

Comments
 (0)