summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-01-07 04:01:26 +0000
committerNate Begeman <natebegeman@mac.com>2008-01-07 04:01:26 +0000
commitf7c3ff6f8068cd6bba4cbbf05c7321788af0884d (patch)
treee3755dcf5c202d6f0a811a9887903498410ee3d0
parentc75405bdb3532ae3e8f1d95c36dc01565190f7f1 (diff)
downloadbcm5719-llvm-f7c3ff6f8068cd6bba4cbbf05c7321788af0884d.tar.gz
bcm5719-llvm-f7c3ff6f8068cd6bba4cbbf05c7321788af0884d.zip
Fix typo
llvm-svn: 45682
-rw-r--r--clang/Lex/Preprocessor.cpp2
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();
OpenPOWER on IntegriCloud