summaryrefslogtreecommitdiff
path: root/src/pkg/hash/fnv/fnv.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/hash/fnv/fnv.go')
-rw-r--r--src/pkg/hash/fnv/fnv.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/hash/fnv/fnv.go b/src/pkg/hash/fnv/fnv.go
index b5ecd4a7c..c0206613a 100644
--- a/src/pkg/hash/fnv/fnv.go
+++ b/src/pkg/hash/fnv/fnv.go
@@ -4,7 +4,8 @@
// Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
// created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
-// See http://isthe.com/chongo/tech/comp/fnv/.
+// See
+// http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function.
package fnv
import (