diff options
-rw-r--r-- | clang/include/clang/Lex/PPCallbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Lex/PPCallbacks.h b/clang/include/clang/Lex/PPCallbacks.h index 57fe1bb1225..81c3bd7d14e 100644 --- a/clang/include/clang/Lex/PPCallbacks.h +++ b/clang/include/clang/Lex/PPCallbacks.h @@ -247,7 +247,7 @@ public: } /// \brief Hook called whenever a macro \#undef is seen. - /// \param Token The active Token + /// \param MacroNameTok The active Token /// \param MD A MacroDefinition for the named macro. /// \param Undef New MacroDirective if the macro was defined, null otherwise. /// |