Skip to content

Commit 693a458

Browse files
[MLIR] Update doc comment in ViewLikeInterface.td (NFC) (#89074)
Signed-off: Abdul Raheem Beigh <[email protected]>
1 parent 676d3ba commit 693a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Interfaces/ViewLikeInterface.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def OffsetSizeAndStrideOpInterface : OpInterface<"OffsetSizeAndStrideOpInterface
158158
>,
159159
InterfaceMethod<
160160
/*desc=*/[{
161-
Return a vector of all the static or dynamic sizes of the op.
161+
Return a vector of all the static or dynamic offsets of the op.
162162
}],
163163
/*retTy=*/"::llvm::SmallVector<::mlir::OpFoldResult, 4>",
164164
/*methodName=*/"getMixedOffsets",

0 commit comments

Comments
 (0)