aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDavid Fifield <david@bamsoftware.com>2023-04-04 18:46:35 -0600
committerDavid Fifield <david@bamsoftware.com>2023-04-04 18:46:35 -0600
commit590d158df82e0f702fddea35d0e58cc914596f35 (patch)
tree57e53f6321ca480707eb93b6b5f2301b57f8df90 /common
parent6bdd48c006a5c107dae7ba8330bbf1f9eda77059 (diff)
downloadsnowflake-590d158df82e0f702fddea35d0e58cc914596f35.tar.gz
snowflake-590d158df82e0f702fddea35d0e58cc914596f35.zip
Comment typo.
Diffstat (limited to 'common')
-rw-r--r--common/turbotunnel/queuepacketconn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/turbotunnel/queuepacketconn.go b/common/turbotunnel/queuepacketconn.go
index 14a9833..5cdb559 100644
--- a/common/turbotunnel/queuepacketconn.go
+++ b/common/turbotunnel/queuepacketconn.go
@@ -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.
func (c *QueuePacketConn) QueueIncoming(p []byte, addr net.Addr) {
select {