]> granicus.if.org Git - clang/commitdiff
fix typo, noticed by Gabor
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:36:03 +0000 (03:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 03:36:03 +0000 (03:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68587 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-cc/clang-cc.cpp

index cca2e2cc14598b7b2e6a74629f0c6a4a10e2f8cd..8e396cd0c752c6607b1ad0af79a0242e9ed233bb 100644 (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 {