Skip to content

Commit 973f268

Browse files
committed
doc: fix TCPRcvCollapsed comment
1 parent ca6468b commit 973f268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/v1/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ type TcpAdvancedStat struct {
629629
// The number of retransmits failed, including FastRetrans, SlowStartRetrans
630630
TCPRetransFail uint64
631631

632-
// he number of packets collapsed in receive queue due to low socket buffer
632+
// The number of packets collapsed in receive queue due to low socket buffer
633633
TCPRcvCollapsed uint64
634634
// The number of DSACKs sent for old packets
635635
TCPDSACKOldSent uint64

0 commit comments

Comments
 (0)