diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst --- a/llvm/docs/CommandGuide/dsymutil.rst +++ b/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 diff --git a/llvm/tools/dsymutil/Options.td b/llvm/tools/dsymutil/Options.td --- a/llvm/tools/dsymutil/Options.td +++ b/llvm/tools/dsymutil/Options.td @@ -54,7 +54,7 @@ Group; 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; def yaml_input: Flag<["-", "--"], "y">,