Fix typo in comment

Fix typo in comment
This commit is contained in:
mqliang 2015-10-06 18:37:59 +08:00
parent dcfd367bc7
commit 1678418ef4

View File

@ -360,7 +360,7 @@ type TcpStat struct {
SynSent uint64
//Count of TCP connections in state "Syn_Recv"
SynRecv uint64
//Count of TCP connections in state "Fin_Wait2"
//Count of TCP connections in state "Fin_Wait1"
FinWait1 uint64
//Count of TCP connections in state "Fin_Wait2"
FinWait2 uint64