From: Mark Adler Date: Mon, 4 Feb 2019 03:54:46 +0000 (-0800) Subject: Correct comment in crc32.c. X-Git-Tag: v1.2.12~22 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=aec89faa2e366e5cff501310771afaf16289c6ad;p=zlib.git Correct comment in crc32.c. --- 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;