[PATCH] D115414: [dsymutil][NFC] Fix typo in help message

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 17:52:11 PST 2021


ellis created this revision.
Herald added a reviewer: JDevlieghere.
Herald added a subscriber: dang.
ellis added a reviewer: kyulee.
ellis published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Just a simple typo fix that allows me to test landing a commit now that
I have commit access.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115414

Files:
  llvm/docs/CommandGuide/dsymutil.rst
  llvm/tools/dsymutil/Options.td


Index: llvm/tools/dsymutil/Options.td
===================================================================
--- llvm/tools/dsymutil/Options.td
+++ llvm/tools/dsymutil/Options.td
@@ -54,7 +54,7 @@
   Group<grp_general>;
 
 def dump_debug_map: F<"dump-debug-map">,
-  HelpText<"Parse and dump the debug map to standard output. Not DWARF link will take place.">,
+  HelpText<"Parse and dump the debug map to standard output. No DWARF link will take place.">,
   Group<grp_general>;
 
 def yaml_input: Flag<["-", "--"], "y">,
Index: llvm/docs/CommandGuide/dsymutil.rst
===================================================================
--- llvm/docs/CommandGuide/dsymutil.rst
+++ llvm/docs/CommandGuide/dsymutil.rst
@@ -35,7 +35,7 @@
 .. option:: --dump-debug-map
 
  Dump the *executable*'s debug-map (the list of the object files containing the
- debug information) in YAML format and exit. Not DWARF link will take place.
+ debug information) in YAML format and exit. No DWARF link will take place.
 
 .. option:: --flat, -f
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115414.393003.patch
Type: text/x-patch
Size: 1025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/df947da0/attachment.bin>


More information about the llvm-commits mailing list