diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-07-14 17:20:40 +0000 |
commit | bc0e998c497446f5448425b3cbd7f8f19a458764 (patch) | |
tree | 03f1b93bb195c58c06d4db720f57f9c24f2b2512 /include/Support/CommandLine.h | |
parent | e3443a62814158945dae6365bfa1ae3d1acf7882 (diff) |
The word `separate' only has one `e'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/CommandLine.h')
-rw-r--r-- | include/Support/CommandLine.h | 2 |
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. // |