Here is the bulk of the sanitizing.
[oota-llvm.git] / tools / llvm-ranlib / llvm-ranlib.cpp
index 440b5361949c10469a97a5cdacd3ba49d46e033c..9085b7ed45c948e6ed0f736345b63668a45bc330 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char **argv) {
   // like --help and --version.
   cl::ParseCommandLineOptions(argc, argv,
     " LLVM Archive Index Generator (llvm-ranlib)\n\n"
-    "  This program adds or updates an index of bytecode symbols\n"
+    "  This program adds or updates an index of bitcode symbols\n"
     "  to an LLVM archive file."
   );