Update comment.
authorEric Christopher <echristo@apple.com>
Wed, 10 Aug 2011 00:02:39 +0000 (00:02 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 10 Aug 2011 00:02:39 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137188 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index b8dc5331336ef92ce1d9b55373be31a5f470dcf1..ac543fc2ef56865a2a8f0c263ea975d9713473f8 100755 (executable)
@@ -113,7 +113,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
 # otherwise, try to use clang if it's available
 elif [ $DARWIN_VERS -gt 9 ]; then
   # If the user has set CC or CXX, respect their wishes.  If not,
-  # compile with clang/clang if available; if LLVM is not
+  # compile with clang/clang++ if available; if LLVM is not
   # available, fall back to usual GCC/G++ default.
   savedPATH=$PATH ; PATH="/Developer/usr/bin:$PATH"
   XTMPCC=$(which clang)