llvm-svn: 313837
This commit is contained in:
Adrian Prantl 2017-09-20 23:29:47 +00:00
parent 31819b3fc4
commit 2bf5cd9e76
1 changed files with 1 additions and 1 deletions

View File

@ -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;