diff --git a/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir b/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir index 4d91249bbd714..8249d59b2374e 100644 --- a/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir +++ b/mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir @@ -123,7 +123,7 @@ func.func @insertion_point_outside_loop(%t : tensor, %sz : index, // ----- -// EmptyTensorElimination does currently not apply to chains where the type is +// EmptyTensorElimination does not currently apply to chains where the type is // changing. (Casts are supported.) This test just ensures that we do not crash // or generate IR that does not verify.