summaryrefslogtreecommitdiff
path: root/src/vasprintf.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-04 13:11:01 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-07-04 13:11:01 +0000
commit16e22a17969895852ad508b17f7c1d5c1a70d88b (patch)
tree71c97930cf169f712fada9540a1e301a61976e28 /src/vasprintf.c
parent0e14ab2451338538cde39bb6622976952d0eec6b (diff)
downloadmpfr-16e22a17969895852ad508b17f7c1d5c1a70d88b.tar.gz
[src/vasprintf.c] English usage in a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12878 280ebfd0-de03-0410-8827-d642c229c3f4
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;