fix typo, noticed by Gabor

llvm-svn: 68587
This commit is contained in:
Chris Lattner 2009-04-08 03:36:03 +00:00
parent 9591bbc4f6
commit 4720840d7e
1 changed files with 1 additions and 1 deletions

View File

@ -971,7 +971,7 @@ static void DefineBuiltinMacro(std::vector<char> &Buf, const char *Macro,
// Per GCC -D semantics, the macro ends at \n if it exists.
const char *End = strpbrk(Equal, "\n\r");
if (End) {
fprintf(stderr, "warning: macro '%s' contains embeded newline, text "
fprintf(stderr, "warning: macro '%s' contains embedded newline, text "
"after the newline is ignored.\n",
std::string(Macro, Equal).c_str());
} else {