Skip to content

Commit 526dfb3

Browse files
committed
Typo
1 parent 4a0b1cc commit 526dfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/IR/BuiltinAttributeInterfaces.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def MemRefLayoutAttrInterface : AttrInterface<"MemRefLayoutAttrInterface"> {
514514
InterfaceMethod<
515515
[{Return the strides (using ShapedType::kDynamic for the dynamic case)
516516
that this layout corresponds to into `strides` and `offset` if such exist
517-
and can be detirmined from a combination of the layout and the given
517+
and can be determined from a combination of the layout and the given
518518
`shape`. If these strides cannot be inferred, return failure().
519519
The values of `strides` and `offset` are undefined on failure.}],
520520
"::llvm::LogicalResult", "getStridesAndOffset",

0 commit comments

Comments
 (0)