]> Cypherpunks repositories - gostls13.git/commit
runtime,cmd/compile: adjust and correct path names in comments of map code
authorMartin Möhrmann <moehrmann@google.com>
Sat, 17 Feb 2018 17:12:22 +0000 (18:12 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Mon, 30 Apr 2018 13:42:26 +0000 (13:42 +0000)
commit48bfc8db51557210a0c6c38566185b1c376c374d
tree0503eb7c123389112b2aa6e06d2f53967df500fc
parentbd8a88729c7ff12725834c4411ffe5d4b337d5de
runtime,cmd/compile: adjust and correct path names in comments of map code

Some of the comments relative paths do not exist and
reflect does not define its own hmap structure.

Correct paths and consistently reference paths starting from the
go src directory.

Change-Id: I5204a3a98f77d65f17dcde98b847378cea05ad8a
Reviewed-on: https://go-review.googlesource.com/94758
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/reflect.go
src/cmd/compile/internal/gc/walk.go
src/runtime/map.go