aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-13 13:48:09 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-13 13:48:09 +0000
commitcda60cec1642fa7c4d9e34511c14fc37d8055733 (patch)
treea9a5f8a7d94c4e730210aa18a1924d267507c12d
parentb81e457eb02b67a9ef5fb9edc1604b177acb821d (diff)
downloadexternal_llvm-cda60cec1642fa7c4d9e34511c14fc37d8055733.zip
external_llvm-cda60cec1642fa7c4d9e34511c14fc37d8055733.tar.gz
external_llvm-cda60cec1642fa7c4d9e34511c14fc37d8055733.tar.bz2
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129440 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 62a2d9f..7a9a0e7 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -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,