Fix a copy+paste error in a comment.
authorDan Gohman <gohman@apple.com>
Sat, 31 May 2008 19:09:47 +0000 (19:09 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 31 May 2008 19:09:47 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51821 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instructions.h

index 9393ec4953e19121d254f21e9a1785d812ff9eaa..80a4b60206fcb2664f8e578304866420ed33b68b 100644 (file)
@@ -1529,7 +1529,7 @@ class ExtractValueInst : public Instruction {
   ExtractValueInst(Value *Agg, unsigned Idx,
                     const std::string &Name, BasicBlock *InsertAtEnd);
 public:
-  // allocate space for exactly two operands
+  // allocate space for exactly one operand
   void *operator new(size_t s) {
     return User::operator new(s, 1);
   }