OSDN Git Service

Fix a comment.
authorJay Foad <jay.foad@gmail.com>
Wed, 13 Apr 2011 13:48:09 +0000 (13:48 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 13 Apr 2011 13:48:09 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129440 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Constants.h

index 62a2d9f..7a9a0e7 100644 (file)
@@ -841,7 +841,7 @@ public:
   static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS);
   static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS);
 
-  /// Getelementptr form.  std::vector<Value*> is only accepted for convenience:
+  /// Getelementptr form.  Value* is only accepted for convenience;
   /// all elements must be Constant's.
   ///
   static Constant *getGetElementPtr(Constant *C,