Skip to content

Commit 1c55586

Browse files
committed
[clang] Fix typo in comments
1 parent 13a8f8d commit 1c55586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Lex/Preprocessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ void Preprocessor::LexTokensUntilEOF(std::vector<Token> *Tokens) {
988988
}
989989

990990
/// Lex a header-name token (including one formed from header-name-tokens if
991-
/// \p AllowConcatenation is \c true).
991+
/// \p AllowMacroExpansion is \c true).
992992
///
993993
/// \param FilenameTok Filled in with the next token. On success, this will
994994
/// be either a header_name token. On failure, it will be whatever other

0 commit comments

Comments
 (0)