aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/OptParser.td
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/OptParser.td')
-rw-r--r--include/clang/Driver/OptParser.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/OptParser.td b/include/clang/Driver/OptParser.td
index 04efd00fb1d8..25ecbc35f92e 100644
--- a/include/clang/Driver/OptParser.td
+++ b/include/clang/Driver/OptParser.td
@@ -78,7 +78,7 @@ def RenderSeparate : OptionFlag;
def Unsupported : OptionFlag;
// HelpHidden - The option should not be displayed in --help, even if it has
-// help text. Clients *can* use this in conjuction with the OptTable::PrintHelp
+// help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
// arguments to implement hidden help groups.
def HelpHidden : OptionFlag;