OSDN Git Service

typo
authorAdrian Prantl <aprantl@apple.com>
Wed, 20 Sep 2017 23:29:47 +0000 (23:29 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 20 Sep 2017 23:29:47 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313837 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index 2357a12..d1901db 100644 (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;