summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-07 22:44:49 +0000
committerEric Christopher <echristo@apple.com>2011-01-07 22:44:49 +0000
commit0574c78c5a9d1258b3584ad04596e85aaa6c6f8b (patch)
tree3de6a200acd815530d38115af06c0c91b52eb27f /Makefile
parente8bbf98ba4a388d89d1b4da9e15aabedf8eb53a6 (diff)
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec5aa876b3..6f472f2cc8 100644
--- a/Makefile
+++ b/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