]> Cypherpunks repositories - gostls13.git/commit
runtime: fix docs for Caller and Callers
authorRob Pike <r@golang.org>
Thu, 24 May 2012 21:15:43 +0000 (14:15 -0700)
committerRob Pike <r@golang.org>
Thu, 24 May 2012 21:15:43 +0000 (14:15 -0700)
commit11c1b1f96b9d2c99eef26cae2398961129985d75
tree3851231db8ccc57caf449f2926856a774ec6cd7c
parent2b98401a83465214d0ca5f2d52ea9d890ec6fc81
runtime: fix docs for Caller and Callers
The previous attempt to explain this got it backwards (all the more reason to be
sad we couldn't make the two functions behave the same).

Fixes #3669.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6249051
src/pkg/runtime/extern.go