Skip to content

Commit 1e6ca50

Browse files
committed
net/packet: fix typo in comment
Change-Id: Ia666609fde18db44bf38d4e656f490fc372ac3b6 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> (cherry picked from commit 390490e)
1 parent dbb6597 commit 1e6ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/packet/packet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ type Parsed struct {
5252
Src netaddr.IPPort
5353
// DstIP4 is the destination address. Family matches IPVersion.
5454
Dst netaddr.IPPort
55-
// TCPFlags is the packet's TCP flag bigs. Valid iff IPProto == TCP.
55+
// TCPFlags is the packet's TCP flag bits. Valid iff IPProto == TCP.
5656
TCPFlags TCPFlag
5757
}
5858

0 commit comments

Comments
 (0)