Skip to content
Snippets Groups Projects
Commit aec89faa authored by Mark Adler's avatar Mark Adler
Browse files

Correct comment in crc32.c.

parent 0d36ec47
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment