summaryrefslogtreecommitdiff
path: root/src/vasprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vasprintf.c')
-rw-r--r--src/vasprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vasprintf.c b/src/vasprintf.c
index 796ba30d9..ec2586eb9 100644
--- a/src/vasprintf.c
+++ b/src/vasprintf.c
@@ -1554,8 +1554,8 @@ regular_fg (struct number_parts *np, mpfr_srcptr p,
/* integral part */
if (exp > str_len)
- /* mpfr_get_str gives no trailing zero when p is rounded up to the next
- power of 10 (p integer, so no fractional part) */
+ /* mpfr_get_str gives no trailing zeros when p is rounded up to
+ the next power of 10 (p integer, so no fractional part) */
{
np->ip_trailing_zeros = exp - str_len;
np->ip_size = str_len;