]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/pprof: Fix type name in function comment
authorFabian Wickborn <fabian@wickborn.net>
Wed, 5 Jul 2017 08:09:05 +0000 (10:09 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Jul 2017 18:26:47 +0000 (18:26 +0000)
commitb5240daa2f56e7dd778cfbab17adecbf50a62674
tree744f9004bca698e9c51f3dfe092d87c71a893cec
parent6c4f3a0c16e5da3caa08cb8f368dc7db90bb211d
runtime/pprof: Fix type name in function comment

The name LabelList was changed to LabelSet during the development of the
proposal [1], except in one function comment. This commit fixes that.

Fixes #20905.

[1] https://github.com/golang/go/issues/17280

Change-Id: Id4f48d59d7d513fa24b2e42795c2baa5ceb78f36
Reviewed-on: https://go-review.googlesource.com/47470
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/pprof/label.go