[PATCH] D87438: Fix typo in dsymutil.rst

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 09:46:33 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5d92691bdf1: Fix typo in dsymutil.rst (authored by YangZhihui, committed by JDevlieghere).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87438

Files:
  llvm/docs/CommandGuide/dsymutil.rst


Index: llvm/docs/CommandGuide/dsymutil.rst
===================================================================
--- llvm/docs/CommandGuide/dsymutil.rst
+++ llvm/docs/CommandGuide/dsymutil.rst
@@ -111,7 +111,7 @@
  debug info. This prints a table after linking with the object file name, the
  size of the debug info in the object file (in bytes) and the size contributed
  (in bytes) to the linked dSYM. The table is sorted by the output size listing
- the obj ect files with the largest contribution first.
+ the object files with the largest contribution first.
 
 .. option:: --symbol-map <bcsymbolmap>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87438.291005.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/5725874b/attachment.bin>


More information about the llvm-commits mailing list