math: tgammal.c fixes
[oweals/musl.git] / src / math / llrintf.c
index e41b6d41862304f09e6fe00c0cc788ade8940065..96949a006ea88146af15d967fc01f90431e34d19 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)
 {