Skip to content

Commit 12efb83

Browse files
committed
fix typos
1 parent cf3ec2a commit 12efb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def Vector_ExtractElementOp :
638638
Results<(outs AnyType:$result)> {
639639
let summary = "extractelement operation";
640640
let description = [{
641-
Note: This operation is depreciated. Please use vector.extract insert.
641+
Note: This operation is deprecated. Please use vector.extract insert.
642642

643643
Takes a 0-D or 1-D vector and a optional dynamic index position and
644644
extracts the scalar at that position.
@@ -826,7 +826,7 @@ def Vector_InsertElementOp :
826826
Results<(outs AnyVectorOfAnyRank:$result)> {
827827
let summary = "insertelement operation";
828828
let description = [{
829-
Note: This operation is depreciated. Please use vector.insert instead.
829+
Note: This operation is deprecated. Please use vector.insert instead.
830830

831831
Takes a scalar source, a 0-D or 1-D destination vector and a dynamic index
832832
position and inserts the source into the destination at the proper position.

0 commit comments

Comments
 (0)