fix trailing whitespace issues that crept in here and there
[oweals/musl.git] / src / math / llrint.c
index ee783b8e403475075715bfbdf3ee514b51fb00cf..4f583ae5536aa6152c3bab8671846da507f8f57e 100644 (file)
@@ -1,6 +1,6 @@
 #include <math.h>
 
-/* assumes LLONG_MAX > 2^53, see comments in lrint.c */
+/* uses LLONG_MAX > 2^53, see comments in lrint.c */
 
 long long llrint(double x)
 {