From aec89faa2e366e5cff501310771afaf16289c6ad Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 3 Feb 2019 19:54:46 -0800 Subject: [PATCH] Correct comment in crc32.c. --- crc32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.44.0