From: Nate Begeman Date: Mon, 7 Jan 2008 04:01:26 +0000 (+0000) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b61602bc7695d40b3c4d09032be1ca1dd0b3c31;p=clang Fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45682 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();