Commit 24c05e7e authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: fix typo in comment

Change-Id: I753e62879a56582a9511e3f34fdeac929202efbf
Reviewed-on: https://go-review.googlesource.com/22680Reviewed-by: 's avatarRalph Corderoy <ralph@inputplus.co.uk>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent ca8b6270
......@@ -2009,7 +2009,7 @@ type connLRU struct {
m map[*persistConn]*list.Element
}
// addO adds pc to the head of the linked list.
// add adds pc to the head of the linked list.
func (cl *connLRU) add(pc *persistConn) {
if cl.ll == nil {
cl.ll = list.New()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment