Skip to content

Commit 63f5b80

Browse files
authored
[mlir][linalg][NFC] fix typo in split tiling (#123202)
1 parent cb82771 commit 63f5b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/Split.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ createSplitPart(RewriterBase &b, Location loc, TilingInterface op,
4040
sizesCopy[dimension] = size;
4141
offsetsCopy[dimension] = offset;
4242

43-
// Create the part as it it were a single tile.
43+
// Create the part as if it were a single tile.
4444
FailureOr<TilingResult> tilingResult =
4545
op.getTiledImplementation(b, offsetsCopy, sizesCopy);
4646

0 commit comments

Comments
 (0)