mirror of
https://github.com/golang/go
synced 2024-11-19 21:54:40 -07:00
runtime/pprof: fix typo in comment
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6810102
This commit is contained in:
parent
4022fc4e21
commit
5e57954f8c
@ -38,7 +38,7 @@ import (
|
||||
// threadcreate - stack traces that led to the creation of new OS threads
|
||||
// block - stack traces that led to blocking on synchronization primitives
|
||||
//
|
||||
// These predefine profiles maintain themselves and panic on an explicit
|
||||
// These predefined profiles maintain themselves and panic on an explicit
|
||||
// Add or Remove method call.
|
||||
//
|
||||
// The CPU profile is not available as a Profile. It has a special API,
|
||||
|
Loading…
Reference in New Issue
Block a user