diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 10:48:33 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 10:48:33 +0000 |
| commit | 4cfcacbdfefa0a8414965836759a41441f4f70fc (patch) | |
| tree | e47d7dec01b7ad6e466796d18f3b30164a8023f4 /llvm/docs/CommandGuide | |
| parent | 32c1e73603653779604bbe9bf493117814e8da75 (diff) | |
| download | bcm5719-llvm-4cfcacbdfefa0a8414965836759a41441f4f70fc.tar.gz bcm5719-llvm-4cfcacbdfefa0a8414965836759a41441f4f70fc.zip | |
[docs] Fix typo
llvm-svn: 363138
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-nm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index 278dd27a585..4678a7a493d 100644 --- a/llvm/docs/CommandGuide/llvm-nm.rst +++ b/llvm/docs/CommandGuide/llvm-nm.rst @@ -134,7 +134,7 @@ OPTIONS .. option:: --radix=RADIX, -t Specify the radix of the symbol address(es). Values accepted d(decimal), - x(hexadecomal) and o(octal). + x(hexadecimal) and o(octal). BUGS ---- |

