From: Gabor Greif Date: Tue, 17 Mar 2009 11:39:38 +0000 (+0000) Subject: typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7ee349f1dd84e023d09a35fb4d40c15888a55ac;p=clang typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67081 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);