aboutsummaryrefslogtreecommitdiff
path: root/include/Support/CommandLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/CommandLine.h')
-rw-r--r--include/Support/CommandLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index b53366399a..b6c066006f 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -374,7 +374,7 @@ struct generic_parser_base {
// In which case, the value is required. Otherwise if an arg str has not
// been specified, we are of the form:
//
- // -O2 or O2 or -la (where -l and -a are seperate options)
+ // -O2 or O2 or -la (where -l and -a are separate options)
//
// If this is the case, we cannot allow a value.
//