[llvm-commits] [llvm-gcc-4.2] r66665 - /llvm-gcc-4.2/trunk/build_gcc

Bob Wilson bob.wilson at apple.com
Wed Mar 11 10:48:30 PDT 2009


Author: bwilson
Date: Wed Mar 11 12:48:30 2009
New Revision: 66665

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

Modified:
    llvm-gcc-4.2/trunk/build_gcc

Modified: llvm-gcc-4.2/trunk/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/build_gcc?rev=66665&r1=66664&r2=66665&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/build_gcc (original)
+++ llvm-gcc-4.2/trunk/build_gcc Wed Mar 11 12:48:30 2009
@@ -33,7 +33,7 @@
 # whether the C++ driver and driver-driver are installed
 LANGUAGES=${LANGUAGES-c,objc,c++,obj-c++}
 
-# The B&I build srcript (~rc/bin/buildit) accepts an '-othercflags'
+# The B&I build script (~rc/bin/buildit) accepts an '-othercflags'
 # command-line flag, and captures the argument to that flag in
 # $RC_NONARCH_CFLAGS (and mysteriously prepends '-pipe' thereto).
 # We will allow this to override the default $CFLAGS and $CXXFLAGS.





More information about the llvm-commits mailing list