diff --git a/mlir/test/lib/Transforms/TestInlining.cpp b/mlir/test/lib/Transforms/TestInlining.cpp --- a/mlir/test/lib/Transforms/TestInlining.cpp +++ b/mlir/test/lib/Transforms/TestInlining.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // // TODO: This pass is only necessary because the main inlining pass -// has no abstracted away the call+callee relationship. When the inlining +// has not abstracted away the call+callee relationship. When the inlining // interface has this support, this pass should be removed. // //===----------------------------------------------------------------------===//