mirror of
https://github.com/golang/go
synced 2024-11-17 15:44:40 -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)
|
unlock(&mtxset)
|
||||||
}
|
}
|
||||||
|
|
||||||
// netpollBreak interrupts an epollwait.
|
// netpollBreak interrupts a poll.
|
||||||
func netpollBreak() {
|
func netpollBreak() {
|
||||||
netpollwakeup()
|
netpollwakeup()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user