Merge pull request #905 from mqliang/patch-1

Fix typo in comment
This commit is contained in:
Jimmi Dyson 2015-10-06 11:45:27 +01:00
commit 8dcf46b153

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