summaryrefslogtreecommitdiff
path: root/src/strtofr.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-11-15 11:35:55 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-11-15 11:35:55 +0000
commit40f57d232b2d4f00bd6def50fe056b936af94af5 (patch)
tree431d01f5315ca2dc6b0c046435bcf158b9eb6aac /src/strtofr.c
parent9dbc3492d0dfe0aa0eead4a78d53044c20370ef9 (diff)
downloadmpfr-40f57d232b2d4f00bd6def50fe056b936af94af5.tar.gz
[src/strtofr.c] Typo.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13260 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/strtofr.c')
-rw-r--r--src/strtofr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strtofr.c b/src/strtofr.c
index 733e1af79..29520a1fe 100644
--- a/src/strtofr.c
+++ b/src/strtofr.c
@@ -554,7 +554,7 @@ parsed_string_to_mpfr (mpfr_t x, struct parsed_string *pstr, mpfr_rnd_t rnd)
MPFR_ASSERTD (real_ysize <= ysize + extra_limbs);
/* Normalize y. Since pstr->mant was normalized, mpn_set_str
- gurantees that the most significant limb is non-zero. */
+ guarantees that the most significant limb is non-zero. */
MPFR_ASSERTD (y[real_ysize - 1] != 0); /* mpn_set_str guarantees this */
count_leading_zeros (count, y[real_ysize - 1]);
/* exact means that the number of limbs of the output of mpn_set_str