From 7d5f2ff6c94e8d2dff7f3ac9edac9158cfebf118 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 7 Jan 2011 22:44:49 +0000 Subject: [PATCH] Fix typo. llvm-svn: 123041 --- clang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/Makefile b/clang/Makefile index ec5aa876b37e..6f472f2cc8ea 100644 --- a/clang/Makefile +++ b/clang/Makefile @@ -48,7 +48,7 @@ CPP.Flags += -DCLANG_VENDOR='"$(CLANG_VENDOR) "' endif # Disable -fstrict-aliasing. Darwin disables it by default (and LLVM doesn't -# work with it enabled with GCC), Clang/llvm-gc don't support it yet, and newer +# work with it enabled with GCC), Clang/llvm-gcc don't support it yet, and newer # GCC's have false positive warnings with it on Linux (which prove a pain to # fix). For example: # http://gcc.gnu.org/PR41874