diff --git a/mlir/lib/Dialect/VectorOps/VectorOps.cpp b/mlir/lib/Dialect/VectorOps/VectorOps.cpp --- a/mlir/lib/Dialect/VectorOps/VectorOps.cpp +++ b/mlir/lib/Dialect/VectorOps/VectorOps.cpp @@ -537,7 +537,7 @@ sliceStrides[i] = sliceStrides[i + 1] * dimSliceCounts[i + 1]; // Generate each slice shape based on 'sizes', 'strides' and 'vectorType', - // and varify that the same matches the corresponding tuple element 'i'. + // and verify that the same matches the corresponding tuple element 'i'. for (int64_t i = 0, e = tupleType.size(); i < e; ++i) { // De-linearize w.r.t. 'sliceStrides'. SmallVector vectorOffsets(rank);