net/packet: fix typo in comment

Change-Id: Ia666609fde18db44bf38d4e656f490fc372ac3b6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
(cherry picked from commit 390490e7b10023a1ccf03da7ac415bc41d9309be)
This commit is contained in:
Brad Fitzpatrick 2022-01-19 12:34:11 -08:00
parent dbb6597381
commit 1e6ca50e3b

View File

@ -52,7 +52,7 @@ type Parsed struct {
Src netaddr.IPPort
// DstIP4 is the destination address. Family matches IPVersion.
Dst netaddr.IPPort
// TCPFlags is the packet's TCP flag bigs. Valid iff IPProto == TCP.
// TCPFlags is the packet's TCP flag bits. Valid iff IPProto == TCP.
TCPFlags TCPFlag
}