[cfe-commits] r67081 - /cfe/trunk/lib/Lex/Pragma.cpp
Gabor Greif
ggreif at gmail.com
Tue Mar 17 04:39:38 PDT 2009
Author: ggreif
Date: Tue Mar 17 06:39:38 2009
New Revision: 67081
URL: http://llvm.org/viewvc/llvm-project?rev=67081&view=rev
Log:
typo
Modified:
cfe/trunk/lib/Lex/Pragma.cpp
Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=67081&r1=67080&r2=67081&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Tue Mar 17 06:39:38 2009
@@ -313,7 +313,7 @@
/// #pragma comment(linker, "foo")
/// 'linker' is one of five identifiers: compiler, exestr, lib, linker, user.
/// "foo" is a string, which is fully macro expanded, and permits string
-/// concatenation, embeded escape characters etc. See MSDN for more details.
+/// concatenation, embedded escape characters etc. See MSDN for more details.
void Preprocessor::HandlePragmaComment(Token &Tok) {
SourceLocation CommentLoc = Tok.getLocation();
Lex(Tok);
More information about the cfe-commits
mailing list