[PATCH] D87438: Fix typo in dsymutil.rst

YangZhihui via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 00:31:18 PDT 2020


YangZhihui created this revision.
YangZhihui added a reviewer: JDevlieghere.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
YangZhihui requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.290897.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/d16cef02/attachment-0001.bin>


More information about the llvm-commits mailing list