diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -2213,7 +2213,7 @@ return APIVal.signedRoundToDouble(); } -/// Converts the given APInt to a float vlalue. +/// Converts the given APInt to a float value. inline float RoundAPIntToFloat(const APInt &APIVal) { return float(RoundAPIntToDouble(APIVal)); }