runtime: update comment to match function name

Change-Id: I8f22434ade576cc7e3e6d9f357bba12c1296e3d1
Reviewed-on: https://go-review.googlesource.com/15250
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Jeremy Schlatter 2015-10-01 07:55:51 +00:00 committed by Brad Fitzpatrick
parent 090843b650
commit 59bacb285c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {