diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-03-15 23:08:22 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-03-15 23:08:22 +0000 |
commit | 64f678eab13b5de9dcebf13d973fbc4731eb1bfd (patch) | |
tree | cf57528e245ad55d34ede3b0654b64ba066fb58c | |
parent | 0950ca0c21e89ab6a828f5a14cf1a598c1e9d24a (diff) |
Fix help text.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152872 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Driver/CC1Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/CC1Options.td b/include/clang/Driver/CC1Options.td index d0eaf2ba7d..afbe9f36f4 100644 --- a/include/clang/Driver/CC1Options.td +++ b/include/clang/Driver/CC1Options.td @@ -517,7 +517,7 @@ def fgnu_keywords : Flag<"-fgnu-keywords">, def fgnu89_inline : Flag<"-fgnu89-inline">, HelpText<"Use the gnu89 inline semantics">; def fno_inline : Flag<"-fno-inline">, - HelpText<"Disable use of inline keyword">; + HelpText<"Disable use of the inline keyword">; def fno_inline_functions : Flag<"-fno-inline-functions">, HelpText<"Disable automatic function inlining">; def fno_gnu_keywords : Flag<"-fno-gnu-keywords">, |