Reviewers: golang-dev_googlegroups.com,
Message:
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://go.googlecode.com/hg/
Description:
runtime/pprof: fix typo in comment
Please review this at http://codereview.appspot.com/6810102/
Affected files:
M src/pkg/runtime/pprof/pprof.go
Index: src/pkg/runtime/pprof/pprof.go
===================================================================
--- a/src/pkg/runtime/pprof/pprof.go
+++ b/src/pkg/runtime/pprof/pprof.go
@@ -38,7 +38,7 @@
// 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,