[tor-commits] [pluggable-transports/snowflake] 03/07: Comment typo.

gitolite role git at cupani.torproject.org
Thu Apr 20 14:38:25 UTC 2023


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository pluggable-transports/snowflake.

commit 590d158df82e0f702fddea35d0e58cc914596f35
Author: David Fifield <david at bamsoftware.com>
AuthorDate: Tue Apr 4 18:46:35 2023 -0600

    Comment typo.
---
 common/turbotunnel/queuepacketconn.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list