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

