Skip to content

Commit 25c3fce

Browse files
committed
Fix typos
1 parent d25206a commit 25c3fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,14 +2544,14 @@ def fno_sanitize_annotate_debug_info_EQ
25442544
HelpText<"Do not allow compiler to annotate sanitizer instrumentation "
25452545
"with extra debug info for the specified sanitizers">;
25462546
def fsanitize_annotate_debug_info
2547-
: Flag<["-"], "fsanitize-annotate_debug_info">,
2547+
: Flag<["-"], "fsanitize-annotate-debug-info">,
25482548
Group<f_clang_Group>,
25492549
Alias<fsanitize_annotate_debug_info_EQ>,
25502550
AliasArgs<["all"]>,
25512551
HelpText<"Allow compiler to annotate sanitizer instrumentation with "
25522552
"extra debug info for all sanitizers, where supported">;
25532553
def fno_sanitize_annotate_debug_info
2554-
: Flag<["-"], "fno-sanitize-annotate_debug_info">,
2554+
: Flag<["-"], "fno-sanitize-annotate-debug-info">,
25552555
Group<f_clang_Group>,
25562556
Alias<fno_sanitize_annotate_debug_info_EQ>,
25572557
AliasArgs<["all"]>,

0 commit comments

Comments
 (0)