]> granicus.if.org Git - clang/commitdiff
Fix typo
authorNate Begeman <natebegeman@mac.com>
Mon, 7 Jan 2008 04:01:26 +0000 (04:01 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 7 Jan 2008 04:01:26 +0000 (04:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45682 91177308-0d34-0410-b5e6-96231b3b80d8

Lex/Preprocessor.cpp

index c0dde238674fc33dffdba202f473e204c0255586..baabd8ee00b167b415aeabdfe47dc38ef3082657 100644 (file)
@@ -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();