[llvm] r313837 - typo

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 16:29:47 PDT 2017


Author: adrian
Date: Wed Sep 20 16:29:47 2017
New Revision: 313837

URL: http://llvm.org/viewvc/llvm-project?rev=313837&view=rev
Log:
typo

Modified:
    llvm/trunk/include/llvm/Support/CommandLine.h

Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=313837&r1=313836&r2=313837&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Wed Sep 20 16:29:47 2017
@@ -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;




More information about the llvm-commits mailing list