summaryrefslogtreecommitdiff
path: root/make
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
commit087a68b7719e102c2e6c426120b5cb55d0313460 (patch)
treec60f65870cc842c4294263a39da41d9722810444 /make
parentdbe60352ef7240327f15f813140c9726854f6b85 (diff)
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@166246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 3e331df87..db128cf7e 100644
--- a/make/platform/clang_darwin.mk
+++ b/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),)