1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

runtime/pprof: fix typo in comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6810102
This commit is contained in:
Ian Lance Taylor 2012-11-08 23:48:13 -08:00
parent 4022fc4e21
commit 5e57954f8c

View File

@ -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,