diff options
Diffstat (limited to 'src/fmt_fp.c')
| -rw-r--r-- | src/fmt_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt_fp.c b/src/fmt_fp.c index 448c20df8..d3fe97ce3 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -123,7 +123,7 @@ fmt_u(uint32_t x, char *s) return s; } -/* Do not override this check. The floating point printing code below +/* Do not override this check. The floating-point printing code below * depends on the float.h constants being right. If they are wrong, it * may overflow the stack. */ #if LDBL_MANT_DIG == 53 |
