Skip to content

Commit

Permalink
Correct comment in crc32.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Feb 4, 2019
1 parent 0d36ec4 commit aec89fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crc32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aec89fa

Please sign in to comment.