1
0
mirror of https://github.com/golang/go synced 2024-09-29 17:24:34 -06:00

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

This commit is contained in:
Andy Pan 2020-03-22 14:20:48 +08:00
parent ca3cc2a706
commit 15ea1b9fa8

View File

@ -128,7 +128,7 @@ func netpollarm(pd *pollDesc, mode int) {
unlock(&mtxset)
}
// netpollBreak interrupts an epollwait.
// netpollBreak interrupts a poll.
func netpollBreak() {
netpollwakeup()
}