aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/include-cleaner/lib/Record.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/include-cleaner/lib/Record.cpp b/clang-tools-extra/include-cleaner/lib/Record.cpp
index 4dabd4a..72db299 100644
--- a/clang-tools-extra/include-cleaner/lib/Record.cpp
+++ b/clang-tools-extra/include-cleaner/lib/Record.cpp
@@ -225,9 +225,9 @@ public:
// 2. handleCommentInMainFile("// IWYU pragma: keep")
// 3. InclusionDirective("bar.h")
//
- // This code stores the last location of "IWYU pragma: keep" (or export)
- // comment in the main file, so that when next InclusionDirective is
- // called, it will know that the next inclusion is behind the IWYU pragma.
+ // This code stores the last location of "IWYU pragma: keep" comment in
+ // the main file, so that when next InclusionDirective is called, it will
+ // know that the next inclusion is behind the IWYU pragma.
LastPragmaKeepInMainFileLine = CommentLine;
}
return false;