From: Chad Rosier Date: Thu, 15 Mar 2012 23:08:22 +0000 (+0000) Subject: Fix help text. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64f678eab13b5de9dcebf13d973fbc4731eb1bfd;p=clang Fix help text. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152872 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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">,