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 | 31a082fd7acc9294e9636788d8642c2368821b7c (patch) | |
| tree | 3fdd35f480b3639ac80fa49e9066c96d733d26a6 | |
| parent | bda5a94c79f3649d820fe4da9ac28fc20eca83d4 (diff) | |
| download | bcm5719-llvm-31a082fd7acc9294e9636788d8642c2368821b7c.tar.gz bcm5719-llvm-31a082fd7acc9294e9636788d8642c2368821b7c.zip | |
typo
llvm-svn: 67081
| -rw-r--r-- | clang/lib/Lex/Pragma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Pragma.cpp b/clang/lib/Lex/Pragma.cpp index b4fb47cb31a..9e3080c8abb 100644 --- a/clang/lib/Lex/Pragma.cpp +++ b/clang/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); |

