]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: fix type name in comment
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Nov 2016 03:33:44 +0000 (03:33 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Nov 2016 03:37:38 +0000 (03:37 +0000)
Change-Id: Ia03f993287d2929f35b4c92d00fe25c7243bd8b3
Reviewed-on: https://go-review.googlesource.com/32685
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/net/http/server.go

index c527ea8eeff3b7bd2720b6e09703d4cff6bb4ae3..0959ac6f854e49f47cd57148f0f7b778800eaa2d 100644 (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