diff options
Diffstat (limited to 'src/math/llrintf.c')
-rw-r--r-- | src/math/llrintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/llrintf.c b/src/math/llrintf.c index e41b6d41..96949a00 100644 --- a/src/math/llrintf.c +++ b/src/math/llrintf.c @@ -1,6 +1,6 @@ #include <math.h> -/* assumes LLONG_MAX > 2^24, see comments in lrint.c */ +/* uses LLONG_MAX > 2^24, see comments in lrint.c */ long long llrintf(float x) { |