Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / docs / CommandGuide / llvm-dis.pod
index 3fafbf2edabd02bec5907e64ffd7bdd4781d79b1..8df382d2e9c0089270af23912054a63db55ae1ab 100644 (file)
@@ -11,7 +11,7 @@ B<llvm-dis> [I<options>] [I<filename>]
 =head1 DESCRIPTION
 
 The B<llvm-dis> command is the LLVM disassembler.  It takes an LLVM
-bytecode file and converts it into human-readable LLVM assembly language.
+bitcode file and converts it into human-readable LLVM assembly language.
 
 If filename is omitted or specified as C<->, B<llvm-dis> reads its
 input from standard input.