diff --git a/src/runtime/pprof/label.go b/src/runtime/pprof/label.go index c428f948e4..20f9cdbae6 100644 --- a/src/runtime/pprof/label.go +++ b/src/runtime/pprof/label.go @@ -54,7 +54,7 @@ func WithLabels(ctx context.Context, labels LabelSet) context.Context { // Labels takes an even number of strings representing key-value pairs // and makes a LabelSet containing them. // A label overwrites a prior label with the same key. -// BUG(hyangah): Currently only CPU profile utilizes labels information. +// Currently only CPU profile utilizes labels information. // See https://golang.org/issue/23458 for details. func Labels(args ...string) LabelSet { if len(args)%2 != 0 {