[llvm-commits] [llvm] r38434 - /llvm/trunk/docs/CommandGuide/llvm-nm.pod

Reid Spencer reid at x10sys.com
Sun Jul 8 23:14:11 PDT 2007


Author: reid
Date: Mon Jul  9 01:14:11 2007
New Revision: 38434

URL: http://llvm.org/viewvc/llvm-project?rev=38434&view=rev
Log:
Fix some minor typos.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-nm.pod

Modified: llvm/trunk/docs/CommandGuide/llvm-nm.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-nm.pod?rev=38434&r1=38433&r2=38434&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-nm.pod Mon Jul  9 01:14:11 2007
@@ -13,7 +13,7 @@
 The B<llvm-nm> utility lists the names of symbols from the LLVM bytecode files,
 or B<ar> archives containing LLVM bytecode files, named on the command line.
 Each symbol is listed along with some simple information about its provenance.
-If no filename is specified, or I<-> is used as a filename, B<llvm-nm> will
+If no file name is specified, or I<-> is used as a file name, B<llvm-nm> will
 process a bytecode file on its standard input stream.
 
 B<llvm-nm>'s default output format is the traditional BSD B<nm> output format.
@@ -32,11 +32,11 @@
 
 =item C
 
-Common (multiple defs link together into one def)
+Common (multiple definitions link together into one def)
 
 =item W
 
-Weak reference (multiple defs link together into zero or one defs)
+Weak reference (multiple definitions link together into zero or one definitions)
 
 =item t
 





More information about the llvm-commits mailing list