We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab92a4c commit b6e4bfdCopy full SHA for b6e4bfd
llvm/include/llvm/ADT/APInt.h
@@ -2213,7 +2213,7 @@ inline double RoundSignedAPIntToDouble(const APInt &APIVal) {
2213
return APIVal.signedRoundToDouble();
2214
}
2215
2216
-/// Converts the given APInt to a float vlalue.
+/// Converts the given APInt to a float value.
2217
inline float RoundAPIntToFloat(const APInt &APIVal) {
2218
return float(RoundAPIntToDouble(APIVal));
2219
0 commit comments