diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-09-20 23:29:47 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-09-20 23:29:47 +0000 |
commit | 2bf5cd9e762697b16f196abc674fe4164a287a55 (patch) | |
tree | 6cb3ab4715d6a4e1b7259e1cacc97a23d4f1c993 /llvm/include/llvm/Support/CommandLine.h | |
parent | 31819b3fc4d80113ff596fd29fdcbb7a7b07f29f (diff) | |
download | bcm5719-llvm-2bf5cd9e762697b16f196abc674fe4164a287a55.tar.gz bcm5719-llvm-2bf5cd9e762697b16f196abc674fe4164a287a55.zip |
typo
llvm-svn: 313837
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 2357a122a47..d1901db7c68 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -266,7 +266,7 @@ public: StringRef ValueStr; // String describing what the value of this option is OptionCategory *Category; // The Category this option belongs to SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to. - bool FullyInitialized = false; // Has addArguemnt been called? + bool FullyInitialized = false; // Has addArgument been called? inline enum NumOccurrencesFlag getNumOccurrencesFlag() const { return (enum NumOccurrencesFlag)Occurrences; |