[llvm] e5d9269 - Fix typo in dsymutil.rst
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 10 09:46:16 PDT 2020
Author: YangZhihui
Date: 2020-09-10T09:46:10-07:00
New Revision: e5d92691bdf187c6815d33c32201fb8187010748
URL: https://github.com/llvm/llvm-project/commit/e5d92691bdf187c6815d33c32201fb8187010748
DIFF: https://github.com/llvm/llvm-project/commit/e5d92691bdf187c6815d33c32201fb8187010748.diff
LOG: Fix typo in dsymutil.rst
Differential revision: https://reviews.llvm.org/D87438
Added:
Modified:
llvm/docs/CommandGuide/dsymutil.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst
index 78954fcc8d87..ca489cdabf69 100644
--- a/llvm/docs/CommandGuide/dsymutil.rst
+++ b/llvm/docs/CommandGuide/dsymutil.rst
@@ -111,7 +111,7 @@ OPTIONS
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>
More information about the llvm-commits
mailing list