diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index c69bad4b3be..f71c6554558 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -320,8 +320,8 @@ public: return reinterpret_cast(Value::getType()); } - /// isString - This method returns true if the array is an array of sbyte or - /// ubyte, and if the elements of the array are all ConstantInt's. + /// isString - This method returns true if the array is an array of i8 and + /// the elements of the array are all ConstantInt's. bool isString() const; /// isCString - This method returns true if the array is a string (see