[lld] 4a290a5 - [lld/mac] fix typo

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 30 23:23:58 PST 2020


Author: Thorsten Schütt
Date: 2020-12-31T08:23:29+01:00
New Revision: 4a290a59051bc07a5b806371ee6f70c31e5ce266

URL: https://github.com/llvm/llvm-project/commit/4a290a59051bc07a5b806371ee6f70c31e5ce266
DIFF: https://github.com/llvm/llvm-project/commit/4a290a59051bc07a5b806371ee6f70c31e5ce266.diff

LOG: [lld/mac] fix typo

Added: 
    

Modified: 
    lld/MachO/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/MachO/Options.td b/lld/MachO/Options.td
index 6928cf209eb1..2ea4c53e0166 100644
--- a/lld/MachO/Options.td
+++ b/lld/MachO/Options.td
@@ -513,11 +513,11 @@ def v : Flag<["-"], "v">,
      HelpText<"Print the linker version and search paths and exit">,
      Group<grp_rare>;
 def adhoc_codesign : Flag<["-"], "adhoc_codesign">,
-     HelpText<"Write an ad-hocd code signature to the output file.">,
+     HelpText<"Write an ad-hoc code signature to the output file.">,
      Flags<[HelpHidden]>,
      Group<grp_rare>;
 def no_adhoc_codesign : Flag<["-"], "no_adhoc_codesign">,
-     HelpText<"Do not write an ad-hocd code signature to the output file.">,
+     HelpText<"Do not write an ad-hoc code signature to the output file.">,
      Group<grp_rare>;
 def version_details : Flag<["-"], "version_details">,
      HelpText<"Print the linker version in JSON form">,


        


More information about the llvm-commits mailing list