[llvm-commits] [compiler-rt] r166246 - /compiler-rt/trunk/make/platform/clang_darwin.mk

Bob Wilson bob.wilson at apple.com
Thu Oct 18 16:08:23 PDT 2012


Author: bwilson
Date: Thu Oct 18 18:08:23 2012
New Revision: 166246

URL: http://llvm.org/viewvc/llvm-project?rev=166246&view=rev
Log:
Fix comment typo.

Modified:
    compiler-rt/trunk/make/platform/clang_darwin.mk

Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=166246&r1=166245&r2=166246&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Thu Oct 18 18:08:23 2012
@@ -77,7 +77,7 @@
 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),)





More information about the llvm-commits mailing list