summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crc32.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crc32.c b/crc32.c
index ed39710..f6cd52f 100644
--- a/crc32.c
+++ b/crc32.c
@@ -530,7 +530,8 @@ local z_crc_t multmodp(a, b)
}
/*
- Return x^(n+k) modulo p(x). Requires that x2n_table[] has been initialized.
+ Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been
+ initialized.
*/
local z_crc_t x2nmodp(n, k)
z_off64_t n;