1
0
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:
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) unlock(&mtxset)
} }
// netpollBreak interrupts an epollwait. // netpollBreak interrupts a poll.
func netpollBreak() { func netpollBreak() {
netpollwakeup() netpollwakeup()
} }