From 973f2687ebc15329ad4995dfba17047520612426 Mon Sep 17 00:00:00 2001 From: ruochen Date: Fri, 21 Jun 2024 11:11:23 +0800 Subject: [PATCH] doc: fix TCPRcvCollapsed comment --- info/v1/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/v1/container.go b/info/v1/container.go index efcfd5628e..1d3d5e5615 100644 --- a/info/v1/container.go +++ b/info/v1/container.go @@ -629,7 +629,7 @@ type TcpAdvancedStat struct { // The number of retransmits failed, including FastRetrans, SlowStartRetrans TCPRetransFail uint64 - // he number of packets collapsed in receive queue due to low socket buffer + // The number of packets collapsed in receive queue due to low socket buffer TCPRcvCollapsed uint64 // The number of DSACKs sent for old packets TCPDSACKOldSent uint64