1
0
mirror of https://github.com/golang/go synced 2024-11-23 23:50:08 -07:00

runtime: correct the system-call name of kevent in comment

This commit is contained in:
Andy Pan 2020-03-22 11:17:09 +08:00
parent 4d5bb9c609
commit ca3cc2a706

View File

@ -76,7 +76,7 @@ func netpollarm(pd *pollDesc, mode int) {
throw("runtime: unused")
}
// netpollBreak interrupts an epollwait.
// netpollBreak interrupts a kevent.
func netpollBreak() {
for {
var b byte