diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-17 11:39:38 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-17 11:39:38 +0000 |
commit | d7ee349f1dd84e023d09a35fb4d40c15888a55ac (patch) | |
tree | c81a7a93b34d5a02f23f778a93b73541970beafb /lib/Lex/Pragma.cpp | |
parent | 0ae7b2b2f964bd6145d65ef52dc2a28025b2bd06 (diff) |
typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/Pragma.cpp')
-rw-r--r-- | lib/Lex/Pragma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/Pragma.cpp b/lib/Lex/Pragma.cpp index b4fb47cb31..9e3080c8ab 100644 --- a/lib/Lex/Pragma.cpp +++ b/lib/Lex/Pragma.cpp @@ -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); |