Commit 59bacb28 authored by Jeremy Schlatter's avatar Jeremy Schlatter Committed by Brad Fitzpatrick

runtime: update comment to match function name

Change-Id: I8f22434ade576cc7e3e6d9f357bba12c1296e3d1
Reviewed-on: https://go-review.googlesource.com/15250Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 090843b6
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment