mirror of
https://github.com/golang/go
synced 2024-11-17 12:54:47 -07:00
runtime: correct the system-call name of poll in comment
This commit is contained in:
parent
ca3cc2a706
commit
15ea1b9fa8
@ -128,7 +128,7 @@ func netpollarm(pd *pollDesc, mode int) {
|
||||
unlock(&mtxset)
|
||||
}
|
||||
|
||||
// netpollBreak interrupts an epollwait.
|
||||
// netpollBreak interrupts a poll.
|
||||
func netpollBreak() {
|
||||
netpollwakeup()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user