diff --git a/lib/hash/cryb_adler32.c b/lib/hash/cryb_adler32.c index 1a07eb3..5c44fab 100644 --- a/lib/hash/cryb_adler32.c +++ b/lib/hash/cryb_adler32.c @@ -37,7 +37,7 @@ #include /* - * Simple implementation of the Adler-32 checksum described in RFC1905. + * Simple implementation of the Adler-32 checksum described in RFC 1950. */ uint32_t adler32_hash(const void *data, size_t len)