[cfe-commits] r45682 - /cfe/trunk/Lex/Preprocessor.cpp
Nate Begeman
natebegeman at mac.com
Sun Jan 6 20:01:27 PST 2008
Author: sampo
Date: Sun Jan 6 22:01:26 2008
New Revision: 45682
URL: http://llvm.org/viewvc/llvm-project?rev=45682&view=rev
Log:
Fix typo
Modified:
cfe/trunk/Lex/Preprocessor.cpp
Modified: cfe/trunk/Lex/Preprocessor.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Lex/Preprocessor.cpp?rev=45682&r1=45681&r2=45682&view=diff
==============================================================================
--- cfe/trunk/Lex/Preprocessor.cpp (original)
+++ cfe/trunk/Lex/Preprocessor.cpp Sun Jan 6 22:01:26 2008
@@ -430,7 +430,7 @@
/// 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();
More information about the cfe-commits
mailing list