diff --git a/src/runtime/hashmap.go b/src/runtime/hashmap.go index 934d2bda..6afde9d9 100644 --- a/src/runtime/hashmap.go +++ b/src/runtime/hashmap.go @@ -3,7 +3,7 @@ package runtime // This is a hashmap implementation for the map[T]T type. // It is very rougly based on the implementation of the Go hashmap: // -// https://golang.org/src/runtime/hashmap.go +// https://golang.org/src/runtime/map.go import ( "unsafe"