diff options
Diffstat (limited to 'clang/Lex/Preprocessor.cpp')
| -rw-r--r-- | clang/Lex/Preprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Lex/Preprocessor.cpp b/clang/Lex/Preprocessor.cpp index c0dde238674..baabd8ee00b 100644 --- a/clang/Lex/Preprocessor.cpp +++ b/clang/Lex/Preprocessor.cpp @@ -430,7 +430,7 @@ static void InitializePredefinedMacros(Preprocessor &PP, /// EnterMainSourceFile - Enter the specified FileID as the main source file, -/// which implicitly adds the builting defines etc. +/// which implicitly adds the builtin defines etc. void Preprocessor::EnterMainSourceFile() { unsigned MainFileID = SourceMgr.getMainFileID(); |

