]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: fix typo in comment
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Nov 2012 07:48:13 +0000 (23:48 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Nov 2012 07:48:13 +0000 (23:48 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6810102

src/pkg/runtime/pprof/pprof.go

index 952ccf6d898a94482ceff345fbe528bcebaed8cb..ee81c94a25b0049aeb7b3a922feebf2f0e3d26c5 100644 (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,