Fix comments about vectors to use the current wording.
[oota-llvm.git] / include / llvm / Constants.h
index c14d25d67657997e7246fe586c37acda08f0f683..526f19c42397f09db01cbd5baa8d4920b63d2fcf 100644 (file)
@@ -412,7 +412,7 @@ public:
   static ConstantVector *getAllOnesValue(const VectorType *Ty);
   
   /// isNullValue - Return true if this is the value that would be returned by
-  /// getNullValue.  This always returns false because zero arrays are always
+  /// getNullValue.  This always returns false because zero vectors are always
   /// created as ConstantAggregateZero objects.
   virtual bool isNullValue() const { return false; }