]> Cypherpunks repositories - gostls13.git/commit
runtime: fix comments referring to trace functions in runtime/pprof
authorAustin Clements <austin@google.com>
Wed, 22 Jul 2015 15:54:41 +0000 (11:54 -0400)
committerAustin Clements <austin@google.com>
Wed, 22 Jul 2015 18:33:38 +0000 (18:33 +0000)
commit58f3a8295070df9d7b27c6b1dad5e2a8c3e06cdc
treeea70157f0f6ae59b7bdde96ae42a38244245482d
parent4230c73f5584bdb6e2de19f934fd0195f4a487df
runtime: fix comments referring to trace functions in runtime/pprof

ae1ea2a moved trace-related functions from runtime/pprof to
runtime/trace, but missed a doc comment and a code comment. Update
these to reflect the move.

Change-Id: I6e1e8861e5ede465c08a2e3f80b976145a8b32d8
Reviewed-on: https://go-review.googlesource.com/12525
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/trace.go