Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
mqliang committed Oct 6, 2015
1 parent dcfd367 commit 1678418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/v1/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1678418

Please sign in to comment.