[Gmp-commit] /var/hg/gmp: Fix typo in a comment.
mercurial at gmplib.org
mercurial at gmplib.org
Sat Jan 26 09:49:15 CET 2013
details: /var/hg/gmp/rev/c723329b63f8
changeset: 15355:c723329b63f8
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Sat Jan 26 09:49:06 2013 +0100
description:
Fix typo in a comment.
diffstat:
gen-fac.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 485076593ea7 -r c723329b63f8 gen-fac.c
--- a/gen-fac.c Sat Jan 26 00:28:31 2013 +0100
+++ b/gen-fac.c Sat Jan 26 09:49:06 2013 +0100
@@ -179,9 +179,9 @@
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)
More information about the gmp-commit
mailing list