]> Cypherpunks repositories - gostls13.git/commit
runtime.Callers: make documentation match code
authorRob Pike <r@golang.org>
Mon, 9 Apr 2012 23:47:57 +0000 (09:47 +1000)
committerRob Pike <r@golang.org>
Mon, 9 Apr 2012 23:47:57 +0000 (09:47 +1000)
commit6849c4db0c35cad11a2fb5c6836bc0d4a2ae705d
tree950cdb9d60fea0475da821c7185f8ab949f72aee
parent0669261af107eddb13d71293d654b595417f8053
runtime.Callers: make documentation match code
It is a bug that Caller and Callers disagree about the offset of the skip
parameter. Document the bug.

R=rsc, dsymonds, r, iant
CC=golang-dev
https://golang.org/cl/5976064
src/pkg/runtime/extern.go