Comment typo.

This commit is contained in:
David Fifield 2024-08-02 03:36:37 +00:00
parent ee5f815f60
commit f25b293fb5

View file

@ -63,7 +63,7 @@ type httpHandler struct {
pconns []*turbotunnel.QueuePacketConn
// clientIDLookupKey is a secret key used to tweak the hash-based
// assignement of ClientID to pconn, in order to avoid manipulation of
// assignment of ClientID to pconn, in order to avoid manipulation of
// hash assignments.
clientIDLookupKey []byte
}