diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/trace/trace.go | 2 |
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`. |
