From: Brad Fitzpatrick Date: Fri, 4 Nov 2016 03:33:44 +0000 (+0000) Subject: net/http: fix type name in comment X-Git-Tag: go1.8beta1~315 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b5c0470c8d819e0f8a3accbb5a614d47b8ce0c7c;p=gostls13.git net/http: fix type name in comment Change-Id: Ia03f993287d2929f35b4c92d00fe25c7243bd8b3 Reviewed-on: https://go-review.googlesource.com/32685 Reviewed-by: Josh Bleecher Snyder --- diff --git a/src/net/http/server.go b/src/net/http/server.go index c527ea8eef..0959ac6f85 100644 --- a/src/net/http/server.go +++ b/src/net/http/server.go @@ -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