summaryrefslogtreecommitdiff
path: root/src/pkg/hash/crc32/crc32.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/hash/crc32/crc32.go')
-rw-r--r--src/pkg/hash/crc32/crc32.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pkg/hash/crc32/crc32.go b/src/pkg/hash/crc32/crc32.go
index 2ab0c5491..88a449971 100644
--- a/src/pkg/hash/crc32/crc32.go
+++ b/src/pkg/hash/crc32/crc32.go
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// This package implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
-// See http://en.wikipedia.org/wiki/Cyclic_redundancy_check for information.
+// Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32,
+// checksum. See http://en.wikipedia.org/wiki/Cyclic_redundancy_check for
+// information.
package crc32
import (