diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index 44b69a58f34110..63e27e62cffc87 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -988,7 +988,7 @@ void Preprocessor::LexTokensUntilEOF(std::vector *Tokens) { } /// Lex a header-name token (including one formed from header-name-tokens if -/// \p AllowConcatenation is \c true). +/// \p AllowMacroExpansion is \c true). /// /// \param FilenameTok Filled in with the next token. On success, this will /// be either a header_name token. On failure, it will be whatever other