simplify pthread_attr_t stack/guard size representation
[oweals/musl.git] / src / math / lrintf.c
index 34d1081c0fbf1a1fe98cb94f158f7036d45605ec..ca0b6a46aaed3cf97d61724923593ea1b9d7aaf3 100644 (file)
@@ -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)
 {