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:
parent
4d5bb9c609
commit
ca3cc2a706
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user