From b0e4d389d33b0f6c62628b10289df9b11fa74e01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20M=C3=BCller?= Date: Wed, 25 Jan 2023 16:22:11 +0000 Subject: [PATCH] [mlir][scf] Fix typo in comment in BufferizableOpInterfaceImpl.cpp (NFC). Reviewed By: ingomueller-net Differential Revision: https://reviews.llvm.org/D142554 --- mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp b/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp index 630edd3..7cfb974 100644 --- a/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp +++ b/mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp @@ -940,7 +940,7 @@ struct WhileOpInterface /// /// If this is not the case, allocs+copies are inserted and yielded from /// the loop. This could be a performance problem, so it must be explicitly - /// activated with `alloc-return-allocs`. + /// activated with `allow-return-allocs`. /// /// Not: In contrast to scf::ForOp, scf::WhileOp has two regions and the /// equivalence condition must be checked for both. -- 2.7.4