Fix comment.
authorMikhail Glushenkov <foldr@codedgers.com>
Wed, 17 Jun 2009 03:10:10 +0000 (03:10 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Wed, 17 Jun 2009 03:10:10 +0000 (03:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73601 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index fa3b8701d34943dfd02a337638f445426848b403..3ae50136e4a9d38ae2d0b87c3a4351d98463ffde 100644 (file)
@@ -539,7 +539,7 @@ template<>
 class parser<bool> : public basic_parser<bool> {
   const char *ArgStr;
 public:
-  
+
   // parse - Return true on error.
   bool parse(Option &O, const char *ArgName, const std::string &Arg, bool &Val);
 
@@ -1105,7 +1105,7 @@ public:
   }
 };
 
-// multi_arg - Modifier to set the number of additional values.
+// multi_val - Modifier to set the number of additional values.
 struct multi_val {
   unsigned AdditionalVals;
   explicit multi_val(unsigned N) : AdditionalVals(N) {}