summaryrefslogtreecommitdiff
path: root/lib/builtins/floatuntidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/floatuntidf.c')
-rw-r--r--lib/builtins/floatuntidf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/floatuntidf.c b/lib/builtins/floatuntidf.c
index 06202d967..960265d80 100644
--- a/lib/builtins/floatuntidf.c
+++ b/lib/builtins/floatuntidf.c
@@ -18,7 +18,7 @@
/* Returns: convert a to a double, rounding toward even. */
-/* Assumption: double is a IEEE 64 bit floating point type
+/* Assumption: double is a IEEE 64 bit floating point type
* tu_int is a 128 bit integral type
*/