From 9bcd59fdef0d2a622ed0c7e355a3b6711597366f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 18 Jun 2020 11:31:41 -0400 Subject: [PATCH] fix a typo to cycle bots --- lld/MachO/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td index f568191..1e42542 100644 --- a/lld/MachO/Options.td +++ b/lld/MachO/Options.td @@ -599,7 +599,7 @@ def fatal_warnings : Flag<["-"], "fatal_warnings">, Flags<[HelpHidden]>, Group; 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; def warn_compact_unwind : Flag<["-"], "warn_compact_unwind">, -- 2.7.4