diff --git a/src/runtime/signal1_unix.go b/src/runtime/signal1_unix.go index 56d9755190..e351d57b77 100644 --- a/src/runtime/signal1_unix.go +++ b/src/runtime/signal1_unix.go @@ -195,7 +195,7 @@ func crash() { raise(_SIGABRT) } -// createSigM starts one global, sleeping thread to make sure at least one thread +// ensureSigM starts one global, sleeping thread to make sure at least one thread // is available to catch signals enabled for os/signal. func ensureSigM() { if maskUpdatedChan != nil {