summaryrefslogtreecommitdiff
path: root/mpz/bin_uiui.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/bin_uiui.c
parent8fd2519e4d9e7186b985c99b7a0701fae16d3825 (diff)
downloadgmp-63ef56d5ed5c9cc64260eeae7f1e87c2609c4f01.tar.gz
Fix typos.
Diffstat (limited to 'mpz/bin_uiui.c')
-rw-r--r--mpz/bin_uiui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/bin_uiui.c b/mpz/bin_uiui.c
index d86fb298e..73c4e90dc 100644
--- a/mpz/bin_uiui.c
+++ b/mpz/bin_uiui.c
@@ -149,7 +149,7 @@ typedef mp_limb_t (* mulfunc_t) (mp_limb_t);
static const mulfunc_t mulfunc[] = {mul1,mul2,mul3,mul4,mul5,mul6,mul7,mul8};
#define M (numberof(mulfunc))
-/* Number of factors-of-2 removed by the corresponding mulN functon. */
+/* Number of factors-of-2 removed by the corresponding mulN function. */
static const unsigned char tcnttab[] = {0, 1, 1, 2, 2, 4, 4, 6};
#if 1