make lrint and llrint functions work without fenv support
[musl] / src / math / llrintf.c
index e41b6d4..96949a0 100644 (file)
@@ -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)
 {