llvm-svn: 67081
This commit is contained in:
Gabor Greif 2009-03-17 11:39:38 +00:00
parent bda5a94c79
commit 31a082fd7a
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void Preprocessor::HandlePragmaDependency(Token &DependencyTok) {
/// #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);