summaryrefslogtreecommitdiff
path: root/libgo/go/hash/crc32/crc32.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/hash/crc32/crc32.go')
-rw-r--r--libgo/go/hash/crc32/crc32.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/hash/crc32/crc32.go b/libgo/go/hash/crc32/crc32.go
index a2a21a06f9..6a6b9473be 100644
--- a/libgo/go/hash/crc32/crc32.go
+++ b/libgo/go/hash/crc32/crc32.go
@@ -17,8 +17,8 @@ const Size = 4
// Predefined polynomials.
const (
- // Far and away the most common CRC-32 polynomial.
- // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, mpeg-2, ...
+ // IEEE is by far and away the most common CRC-32 polynomial.
+ // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
IEEE = 0xedb88320
// Castagnoli's polynomial, used in iSCSI.