aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Driver/CC1Options.td2
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">,