Skip to content

Commit 15b2702

Browse files
committed
[include-cleaner] NFC, correct a comment in
PragmaIncludes::RecordPragma.
1 parent 28b2f79 commit 15b2702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ class PragmaIncludes::RecordPragma : public PPCallbacks, public CommentHandler {
225225
// 2. handleCommentInMainFile("// IWYU pragma: keep")
226226
// 3. InclusionDirective("bar.h")
227227
//
228-
// This code stores the last location of "IWYU pragma: keep" (or export)
229-
// comment in the main file, so that when next InclusionDirective is
230-
// called, it will know that the next inclusion is behind the IWYU pragma.
228+
// This code stores the last location of "IWYU pragma: keep" comment in
229+
// the main file, so that when next InclusionDirective is called, it will
230+
// know that the next inclusion is behind the IWYU pragma.
231231
LastPragmaKeepInMainFileLine = CommentLine;
232232
}
233233
return false;

0 commit comments

Comments
 (0)