[llvm] r363138 - [docs] Fix typo
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 03:48:33 PDT 2019
Author: jhenderson
Date: Wed Jun 12 03:48:33 2019
New Revision: 363138
URL: http://llvm.org/viewvc/llvm-project?rev=363138&view=rev
Log:
[docs] Fix typo
Modified:
llvm/trunk/docs/CommandGuide/llvm-nm.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-nm.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-nm.rst?rev=363138&r1=363137&r2=363138&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst Wed Jun 12 03:48:33 2019
@@ -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
----
More information about the llvm-commits
mailing list