1
0
mirror of https://github.com/golang/go synced 2024-11-20 06:54:42 -07:00

net/http: fix type name in comment

Change-Id: Ia03f993287d2929f35b4c92d00fe25c7243bd8b3
Reviewed-on: https://go-review.googlesource.com/32685
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
This commit is contained in:
Brad Fitzpatrick 2016-11-04 03:33:44 +00:00
parent 3440c7bc4c
commit b5c0470c8d

View File

@ -262,7 +262,7 @@ type conn struct {
curReq atomic.Value // of *response (which has a Request in it)
curState atomic.Value // of ConnectionState
curState atomic.Value // of ConnState
// mu guards hijackedv
mu sync.Mutex