X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ranlib%2Fllvm-ranlib.cpp;fp=tools%2Fllvm-ranlib%2Fllvm-ranlib.cpp;h=9085b7ed45c948e6ed0f736345b63668a45bc330;hb=a99be51bf5cdac1438069d4b01766c47704961c8;hp=440b5361949c10469a97a5cdacd3ba49d46e033c;hpb=f8ad9552215503f7573b5049567ed59c37cc9636;p=oota-llvm.git diff --git a/tools/llvm-ranlib/llvm-ranlib.cpp b/tools/llvm-ranlib/llvm-ranlib.cpp index 440b5361949..9085b7ed45c 100644 --- a/tools/llvm-ranlib/llvm-ranlib.cpp +++ b/tools/llvm-ranlib/llvm-ranlib.cpp @@ -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." );