diff options
-rw-r--r-- | include/llvm/ADT/APInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 5f4d6741c5..9e7f86612a 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -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 { |