[include-cleaner] NFC, correct a comment in
authorHaojian Wu <hokein.wu@gmail.com>
Fri, 11 Nov 2022 13:40:08 +0000 (14:40 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Fri, 11 Nov 2022 13:40:08 +0000 (14:40 +0100)
PragmaIncludes::RecordPragma.

clang-tools-extra/include-cleaner/lib/Record.cpp

index 4dabd4a..72db299 100644 (file)
@@ -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;