]> Cypherpunks repositories - gostls13.git/commit
runtime: update comment for Callers
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 19:14:04 +0000 (15:14 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2014 19:14:04 +0000 (15:14 -0400)
commit8db71d4ee89a505c375b550eb8fb8cc33bbabc03
tree628fd1319bb48de9bae37c9502f4422a8250db9f
parent799da9cee79e7ee89156ddc3c8bea44fdf1ac252
runtime: update comment for Callers

Attempt to clear up confusion about how to turn
the PCs reported by Callers into the file and line
number people actually want.

Fixes #7690.

LGTM=r, chris.cs.guy
R=r, chris.cs.guy
CC=golang-codereviews
https://golang.org/cl/163550043
src/runtime/extern.go