summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-10-18 23:08:23 +0000
committerBob Wilson <bob.wilson@apple.com>2012-10-18 23:08:23 +0000
commit201bf679b2ac500e1c6bb8105329c2129b85dd8b (patch)
treec5f4c2d85904bb9e81395125346b27f5ce6754fe
parentf552d3841b6532f7185dd022248aec793e6122bc (diff)
downloadbcm5719-llvm-201bf679b2ac500e1c6bb8105329c2129b85dd8b.tar.gz
bcm5719-llvm-201bf679b2ac500e1c6bb8105329c2129b85dd8b.zip
Fix comment typo.
llvm-svn: 166246
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk
index 3e331df874c..db128cf7e2b 100644
--- a/compiler-rt/make/platform/clang_darwin.mk
+++ b/compiler-rt/make/platform/clang_darwin.mk
@@ -77,7 +77,7 @@ Configs += asan_osx_dynamic
UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
# Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
-# object files. Of we are on that platform, we strip out all ARM archs. We still
+# object files. If we are on that platform, strip out all ARM archs. We still
# build the libraries themselves so that Clang can find them where it expects
# them, even though they might not have an expected slice.
ifneq ($(shell sw_vers -productVersion | grep 10.6),)
OpenPOWER on IntegriCloud