[cfe-commits] r152872 - /cfe/trunk/include/clang/Driver/CC1Options.td

Chad Rosier mcrosier at apple.com
Thu Mar 15 16:08:22 PDT 2012


Author: mcrosier
Date: Thu Mar 15 18:08:22 2012
New Revision: 152872

URL: http://llvm.org/viewvc/llvm-project?rev=152872&view=rev
Log:
Fix help text.

Modified:
    cfe/trunk/include/clang/Driver/CC1Options.td

Modified: cfe/trunk/include/clang/Driver/CC1Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.td?rev=152872&r1=152871&r2=152872&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CC1Options.td (original)
+++ cfe/trunk/include/clang/Driver/CC1Options.td Thu Mar 15 18:08:22 2012
@@ -517,7 +517,7 @@
 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">,





More information about the cfe-commits mailing list