[PATCH] D129445: [docs] fix typo in llvm-objdump documentation.

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 12:45:25 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74d62c0a8a63: [llvm-objdump][docs] fix typo in llvm-objdump documentation. (authored by mphschmitt, committed by jhuber6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129445/new/

https://reviews.llvm.org/D129445

Files:
  llvm/docs/llvm-objdump.1


Index: llvm/docs/llvm-objdump.1
===================================================================
--- llvm/docs/llvm-objdump.1
+++ llvm/docs/llvm-objdump.1
@@ -137,7 +137,7 @@
 dump segment,section.
 .It Fl -source
 Display source inline with disassembly.
-Implies disassmble object.
+Implies disassemble object.
 .It Fl -start-address Ns = Ns Ar address
 Disassemble beginning at
 .Ar address .


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129445.443722.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220711/7ef45007/attachment.bin>


More information about the llvm-commits mailing list