summaryrefslogtreecommitdiff
path: root/mpz/set_f.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-07-22 00:39:44 +0200
commit63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01 (patch)
treea72b9a5d4a2a62cb1796ddc9c64467e0b7edbc85 /mpz/set_f.c
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'mpz/set_f.c')
-rw-r--r--mpz/set_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/set_f.c b/mpz/set_f.c
index 3ea14e312..13e4768cf 100644
--- a/mpz/set_f.c
+++ b/mpz/set_f.c
@@ -52,7 +52,7 @@ mpz_set_f (mpz_ptr w, mpf_srcptr u)
}
else
{
- /* exp<=size, trucate to the high "exp" many limbs */
+ /* exp<=size, truncate to the high "exp" many limbs */
up += (size - exp);
size = exp;
}