diff options
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -530,7 +530,8 @@ local z_crc_t multmodp(a, b) | |||
530 | } | 530 | } |
531 | 531 | ||
532 | /* | 532 | /* |
533 | Return x^(n+k) modulo p(x). Requires that x2n_table[] has been initialized. | 533 | Return x^(n * 2^k) modulo p(x). Requires that x2n_table[] has been |
534 | initialized. | ||
534 | */ | 535 | */ |
535 | local z_crc_t x2nmodp(n, k) | 536 | local z_crc_t x2nmodp(n, k) |
536 | z_off64_t n; | 537 | z_off64_t n; |