diff options
Diffstat (limited to 'src/runtime/traceback.go')
| -rw-r--r-- | src/runtime/traceback.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/traceback.go b/src/runtime/traceback.go index 9db5faf348..b6f43747d6 100644 --- a/src/runtime/traceback.go +++ b/src/runtime/traceback.go @@ -646,7 +646,7 @@ func topofstack(f *_func) bool { externalthreadhandlerp != 0 && pc == externalthreadhandlerp } -// isSystemGoroutine returns true if the goroutine g must be omitted in +// isSystemGoroutine reports whether the goroutine g must be omitted in // stack dumps and deadlock detector. func isSystemGoroutine(gp *g) bool { pc := gp.startpc |
