commit | 59bacb285c9dd6626b3fa6c620eb38dd7ea095b3 | [log] [tgz] |
---|---|---|
author | Jeremy Schlatter <jeremy.schlatter@gmail.com> | Thu Oct 01 07:55:51 2015 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Oct 01 13:12:50 2015 +0000 |
tree | 00d87496d3253496c900354ec186b661dcbb8900 | |
parent | 090843b65074a306e4e807bdca1fbb7262ffce26 [diff] |
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>
diff --git a/src/runtime/signal1_unix.go b/src/runtime/signal1_unix.go index 56d9755..e351d57 100644 --- a/src/runtime/signal1_unix.go +++ b/src/runtime/signal1_unix.go
@@ -195,7 +195,7 @@ 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 {