]> granicus.if.org Git - clang/commitdiff
typo
authorGabor Greif <ggreif@gmail.com>
Tue, 17 Mar 2009 11:39:38 +0000 (11:39 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 17 Mar 2009 11:39:38 +0000 (11:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67081 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Pragma.cpp

index b4fb47cb31a0624a00731d1450e4d6e415d4fc5f..9e3080c8abbb085fbe05781264debd12f22c1561 100644 (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);