fix a typo to cycle bots
authorNico Weber <thakis@chromium.org>
Thu, 18 Jun 2020 15:31:41 +0000 (11:31 -0400)
committerNico Weber <thakis@chromium.org>
Thu, 18 Jun 2020 15:31:47 +0000 (11:31 -0400)
lld/MachO/Options.td

index f568191..1e42542 100644 (file)
@@ -599,7 +599,7 @@ def fatal_warnings : Flag<["-"], "fatal_warnings">,
      Flags<[HelpHidden]>,
      Group<grp_rare>;
 def no_eh_labels : Flag<["-"], "no_eh_labels">,
-     HelpText<"In -r mode, suppress .eh lables in the __eh_frame section">,
+     HelpText<"In -r mode, suppress .eh labels in the __eh_frame section">,
      Flags<[HelpHidden]>,
      Group<grp_rare>;
 def warn_compact_unwind : Flag<["-"], "warn_compact_unwind">,