Correct comment in crc32.c.

pull/402/head
Mark Adler 6 years ago
parent 0d36ec47f3
commit aec89faa2e
  1. 3
      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;

Loading…
Cancel
Save