Comment typo.

This commit is contained in:
David Fifield 2023-04-04 18:46:35 -06:00
parent 6bdd48c006
commit 590d158df8

View file

@ -42,7 +42,7 @@ func NewQueuePacketConn(localAddr net.Addr, timeout time.Duration) *QueuePacketC
} }
} }
// QueueIncoming queues and incoming packet and its source address, to be // QueueIncoming queues an incoming packet and its source address, to be
// returned in a future call to ReadFrom. // returned in a future call to ReadFrom.
func (c *QueuePacketConn) QueueIncoming(p []byte, addr net.Addr) { func (c *QueuePacketConn) QueueIncoming(p []byte, addr net.Addr) {
select { select {