diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:14:11 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:14:11 +0000 |
| commit | 15053aaed6f6ff45a4ddbf1443db3242176b93bf (patch) | |
| tree | e7f678ba5b5d92db8e2e1240d5700d5daaf1127c /llvm/docs/CommandGuide | |
| parent | 69c94d2da49a602ccd1f69db31b1ed321e084fc0 (diff) | |
| download | bcm5719-llvm-15053aaed6f6ff45a4ddbf1443db3242176b93bf.tar.gz bcm5719-llvm-15053aaed6f6ff45a4ddbf1443db3242176b93bf.zip | |
Fix some minor typos.
llvm-svn: 38434
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.pod b/llvm/docs/CommandGuide/llvm-nm.pod index 863c27fccce..3581416cb2a 100644 --- a/llvm/docs/CommandGuide/llvm-nm.pod +++ b/llvm/docs/CommandGuide/llvm-nm.pod @@ -13,7 +13,7 @@ B<llvm-nm> [I<options>] [I<filenames...>] 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 @@ Named object is referenced but undefined in this bytecode file =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 |

