diff options
author | Kazu Hirata <kazu@google.com> | 2021-08-28 06:37:03 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2021-08-28 06:37:03 -0700 |
commit | 5294a0f7c3fa1da3f21b787b60dcb28a5912f5c0 (patch) | |
tree | 656ff39d13a32ed8a319487496da1226b9c67d7c /llvm/docs/CommandGuide/llvm-objdump.rst | |
parent | 0003d574340e5f010b6587cbec323cc7f47dfb1c (diff) | |
download | llvm-5294a0f7c3fa1da3f21b787b60dcb28a5912f5c0.zip llvm-5294a0f7c3fa1da3f21b787b60dcb28a5912f5c0.tar.gz llvm-5294a0f7c3fa1da3f21b787b60dcb28a5912f5c0.tar.bz2 |
[llvm] Fix typos in documentation (NFC)
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index 3b79b9c..6df8790 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -150,7 +150,7 @@ OPTIONS * ``reg-names-std``: ARM only (default). Print in ARM 's instruction set documentation, with r13/r14/r15 replaced by sp/lr/pc. * ``reg-names-raw``: ARM only. Use r followed by the register number. - * ``no-aliases``: AArch64 and RISC-V only. Print raw instruction mnemonic instead of pesudo instruction mnemonic. + * ``no-aliases``: AArch64 and RISC-V only. Print raw instruction mnemonic instead of pseudo instruction mnemonic. * ``numeric``: RISC-V only. Print raw register names instead of ABI mnemonic. (e.g. print x1 instead of ra) * ``att``: x86 only (default). Print in the AT&T syntax. * ``intel``: x86 only. Print in the intel syntax. |