]> Cypherpunks repositories - gostls13.git/commit
runtime: minor updates to netpoll comments
authorIan Lance Taylor <iant@golang.org>
Wed, 18 Mar 2020 23:32:31 +0000 (16:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 19 Mar 2020 00:08:40 +0000 (00:08 +0000)
commitb3b174ffcf8ab4977dba1e9e18b91993a8c5a253
treed49c241e1349ed7669ba48e34e6b78dda87d200f
parent019421d17fedd4af924dee6b969f2945d64a9eea
runtime: minor updates to netpoll comments

In Go 1.4 we renamed READY to pdReady and WAIT to pdWait as part of
rewriting netpoll from C to Go. Finish updating the comments to use
the new names.

Change-Id: I6cefc698b46c58211fd6be1489bdd70419454962
Reviewed-on: https://go-review.googlesource.com/c/go/+/223998
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/netpoll.go