Skip to content

Commit 865edb0

Browse files
committed
[mlir][ArmSME] Fix typo (NFC)
1 parent 2d7339a commit 865edb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ def InsertTileSliceOp : ArmSME_Op<"insert_tile_slice", [
605605
]> {
606606
let summary = "Insert 1-D scalable vector into slice of 2-D tile";
607607
let description = [{
608-
Inserts a 1-D scalable vector to a slice of a 2-D scalable vector tile at
608+
Inserts a 1-D scalable vector into a slice of a 2-D scalable vector tile at
609609
the given index. The type of the 1-D scalable vector to be inserted must
610610
match the type of the tile slice. A tile slice is a 1-D vector of
611611
horizontally or vertically contiguous elements within a ZA tile. The updated

0 commit comments

Comments
 (0)