[mlir][NFC] Trivial : Fix typo

Reviewed By: JohnTitor

Differential Revision: https://reviews.llvm.org/D126601
This commit is contained in:
Javed Absar 2022-05-28 20:32:13 +01:00
parent ebb6f3ce37
commit c7283c263c
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//
//===----------------------------------------------------------------------===//