From: Justin Bogner Date: Tue, 17 Mar 2015 00:04:57 +0000 (+0000) Subject: Fix typo in previous commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdf6c5d9a790b86a4d898e26a5127c3917a6882f;p=clang Fix typo in previous commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232440 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/CC1Options.td b/include/clang/Driver/CC1Options.td index 815e64f6f9..11e69427d3 100644 --- a/include/clang/Driver/CC1Options.td +++ b/include/clang/Driver/CC1Options.td @@ -182,7 +182,7 @@ def coverage_cfg_checksum : Flag<["-"], "coverage-cfg-checksum">, HelpText<"Emit CFG checksum for functions in .gcno files.">; def coverage_no_function_names_in_data : Flag<["-"], "coverage-no-function-names-in-data">, HelpText<"Emit function names in .gcda files.">; -def coverage_exit_block_before_body : Flag<["-"], "coverage-exit-block-before-data">, +def coverage_exit_block_before_body : Flag<["-"], "coverage-exit-block-before-body">, HelpText<"Emit the exit block before the body blocks in .gcno files.">; def coverage_version_EQ : Joined<["-"], "coverage-version=">, HelpText<"Four-byte version string for gcov files.">;