commit 3c24e09eab453901b2dc7770da54ee7844da77ec
parent 85ed6c0e5a5d873b803288a461c09f82803ff486
Author: Kiëd Llaentenn <kiedtl@tilde.team>
Date: Thu, 29 Apr 2021 11:31:30 +0000
hash::crc32: Fix typo in docs
Signed-off-by: Kiëd Llaentenn <kiedtl@tilde.team>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hash/crc32/crc32.ha b/hash/crc32/crc32.ha
@@ -7,7 +7,7 @@ use fmt;
// The size, in bytes, of a CRC-32 checksum.
export def SIZE: size = 4;
-// IEEE polynomial for CRC-32. Used in ethernet, SATA, MPEG-2, gzip, bsip2,
+// IEEE polynomial for CRC-32. Used in ethernet, SATA, MPEG-2, gzip, bzip2,
// cksum, PNG, etc. It is by far the most common polynomial used.
export const IEEE: u32 = 0xedb88320;