commit 70ce713a9d48810dff51984498d7898f6d57374d
Author: David Fifield <[email protected]>
Date:   Fri Jul 10 14:50:43 2020 -0600

    comment typo
---
 meek-client/turbotunnel.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meek-client/turbotunnel.go b/meek-client/turbotunnel.go
index c11b1f2..e492c9d 100644
--- a/meek-client/turbotunnel.go
+++ b/meek-client/turbotunnel.go
@@ -236,8 +236,8 @@ func (c *PollingPacketConn) requestLoop() {
                        return
                case p := <-c.sendQueue:
                        // An empty slice is a special case. It doesn't mean to
-                       // literally mean to send an (encoded) packet of length
-                       // zero, but to quit blocking and send an empty polling
+                       // literally send an (encoded) packet of length zero,
+                       // but to quit blocking and send an empty polling
                        // request.
                        if len(p) > 0 {
                                encapsulation.WriteData(&body, p)

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to