diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-01-07 04:01:26 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-01-07 04:01:26 +0000 |
commit | 6b61602bc7695d40b3c4d09032be1ca1dd0b3c31 (patch) | |
tree | 096bb09630c46fb64be44f62f024d246a6c0d63c /Lex/Preprocessor.cpp | |
parent | bd57d36b5dbb2d02bf878458646d6fd666f54de1 (diff) |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Lex/Preprocessor.cpp')
-rw-r--r-- | Lex/Preprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lex/Preprocessor.cpp b/Lex/Preprocessor.cpp index c0dde23867..baabd8ee00 100644 --- a/Lex/Preprocessor.cpp +++ b/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(); |