aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace/trace.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/trace/trace.go')
-rw-r--r--src/runtime/trace/trace.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/trace/trace.go b/src/runtime/trace/trace.go
index f1d5ea1ef1..439f998c03 100644
--- a/src/runtime/trace/trace.go
+++ b/src/runtime/trace/trace.go
@@ -7,7 +7,7 @@
//
// The execution trace captures a wide range of execution events such as
// goroutine creation/blocking/unblocking, syscall enter/exit/block,
-// GC-related events, changes of heap size, processor stop/stop, etc.
+// GC-related events, changes of heap size, processor start/stop, etc.
// A precise nanosecond-precision timestamp and a stack trace is
// captured for most events. The generated trace can be interpreted
// using `go tool trace`.