Fix a comment.

llvm-svn: 35246
This commit is contained in:
Reid Spencer 2007-03-21 22:22:19 +00:00
parent 0c6bb5eab7
commit 925e8aa370
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ public:
!isNegative() && countPopulation() == BitWidth - 1;
}
/// This checks to see if the value of this APInt is the minimum signed
/// This checks to see if the value of this APInt is the minimum unsigned
/// value for the APInt's bit width.
/// @brief Determine if this is the smallest unsigned value.
bool isMinValue() const {