summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/CommandLine.h
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-09-20 23:29:47 +0000
committerAdrian Prantl <aprantl@apple.com>2017-09-20 23:29:47 +0000
commit2bf5cd9e762697b16f196abc674fe4164a287a55 (patch)
tree6cb3ab4715d6a4e1b7259e1cacc97a23d4f1c993 /llvm/include/llvm/Support/CommandLine.h
parent31819b3fc4d80113ff596fd29fdcbb7a7b07f29f (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud