summaryrefslogtreecommitdiff
path: root/mpf/get_str.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-08-21 20:14:44 +0200
committertege <tege@gmplib.org>2000-08-21 20:14:44 +0200
commitf21bee45bd0b86b50e1ad45f6215127004fd345d (patch)
treeb2caaebfe10b2eb8aa9d01a57c4ca4f59af6857d /mpf/get_str.c
parent618a861444849516c6592cd58b88aedc15278614 (diff)
downloadgmp-f21bee45bd0b86b50e1ad45f6215127004fd345d.tar.gz
Fix tyop in comment.
Diffstat (limited to 'mpf/get_str.c')
-rw-r--r--mpf/get_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/get_str.c b/mpf/get_str.c
index a62da79a5..70d897364 100644
--- a/mpf/get_str.c
+++ b/mpf/get_str.c
@@ -394,7 +394,7 @@ mpf_get_str (digit_ptr, exp, base, n_digits, u)
if (i == 0)
{
/* We had something like `bbbbbbb...bd', where 2*d >= base
- and `b' denotes digit with significant base - 1.
+ and `b' denotes digit with significance base - 1.
This rounds up to `1', increasing the exponent. */
tstr[0] = 1;
digits_computed_so_far = 1;