summaryrefslogtreecommitdiff
path: root/gen-fac.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-26 09:49:06 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2013-01-26 09:49:06 +0100
commit383d405f2cbb8f570dd6e9697e187506a1fd4392 (patch)
tree660ad322feeb18b8bedf5d26d9cfad66e72cc5c9 /gen-fac.c
parentb766948527e1688db5475ec6d8a2996d91618d50 (diff)
downloadgmp-383d405f2cbb8f570dd6e9697e187506a1fd4392.tar.gz
Fix typo in a comment.
Diffstat (limited to 'gen-fac.c')
-rw-r--r--gen-fac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-fac.c b/gen-fac.c
index 0754e7ef5..522e573ee 100644
--- a/gen-fac.c
+++ b/gen-fac.c
@@ -179,9 +179,9 @@ gen_consts (int numb, int nail, int limb)
ofe = (ofe / 16 + 1) * 16;
printf
- ("\n/* This table contains 1i-popc(2i) for small i */\n");
+ ("\n/* This table contains 2n-popc(2n) for small n */\n");
printf
- ("\n/* It begins with 2-1=1 (N=1) */\n");
+ ("\n/* It begins with 2-1=1 (n=1) */\n");
printf
("#define TABLE_2N_MINUS_POPC_2N 1");
for (b = 4; b <= ofe; b += 2)