summaryrefslogtreecommitdiff
path: root/src/math/lrintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/lrintf.c')
-rw-r--r--src/math/lrintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/lrintf.c b/src/math/lrintf.c
index 34d1081c..ca0b6a46 100644
--- a/src/math/lrintf.c
+++ b/src/math/lrintf.c
@@ -1,6 +1,6 @@
#include <math.h>
-/* assumes LONG_MAX > 2^24, see comments in lrint.c */
+/* uses LONG_MAX > 2^24, see comments in lrint.c */
long lrintf(float x)
{