From: Jeremy Schlatter Date: Thu, 1 Oct 2015 07:55:51 +0000 (+0000) Subject: runtime: update comment to match function name X-Git-Tag: go1.6beta1~943 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=59bacb285c9dd6626b3fa6c620eb38dd7ea095b3;p=gostls13.git runtime: update comment to match function name Change-Id: I8f22434ade576cc7e3e6d9f357bba12c1296e3d1 Reviewed-on: https://go-review.googlesource.com/15250 Reviewed-by: Brad Fitzpatrick --- 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 {