1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix hyphenation and quoting style for great justice

llvm-svn: 17024
This commit is contained in:
Misha Brukman 2004-10-15 23:22:48 +00:00
parent 33dd5f87b8
commit f63dddc787

View File

@ -122,7 +122,7 @@ int main(int argc, char **argv) {
std::cerr << "WARNING: It looks like you're attempting to print out a "
<< "bytecode file. I'm\ngoing to pretend you didn't ask me to do"
<< " this (for your own good). If you\nREALLY want to taste LLVM"
<< " bytecode first hand, you can force output with the\n'-f'"
<< " bytecode first-hand, you can force output with the\n`-f'"
<< " option.\n\n";
NoOutput = true;
}