Fix bad comment marker.
authorStuart Hastings <stuart@apple.com>
Fri, 25 Feb 2011 22:47:58 +0000 (22:47 +0000)
committerStuart Hastings <stuart@apple.com>
Fri, 25 Feb 2011 22:47:58 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126525 91177308-0d34-0410-b5e6-96231b3b80d8

utils/buildit/build_llvm

index 3aa55884a987842234ecb452a2dfa79f772dfbe0..95cd3b707cd9ac6e5c1c2f34d5ff1edc5ae11bc3 100755 (executable)
@@ -341,7 +341,7 @@ else
 fi
 rm -f lib/libLTO.a lib/libLTO.la
 
-// Omit lto.h from the result.  Clang will supply.
+# Omit lto.h from the result.  Clang will supply.
 find $DEST_DIR$DEST_ROOT -name lto.h -delete
 
 ################################################################################