]> Cypherpunks repositories - gostls13.git/commitdiff
http/transport.go: trivial comment error.
authorCaine Tighe <arctanofyourface@gmail.com>
Sat, 24 Nov 2012 21:08:17 +0000 (05:08 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 24 Nov 2012 21:08:17 +0000 (05:08 +0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6856078

src/pkg/net/http/transport.go

index 38ea6f7ba8288f6769aa02a8e829976c6d28c202..3e90d7a1a4d0136c8ea8d371505bb1a7ed9d54fa 100644 (file)
@@ -71,7 +71,7 @@ type Transport struct {
        DisableCompression bool
 
        // MaxIdleConnsPerHost, if non-zero, controls the maximum idle
-       // (keep-alive) to keep to keep per-host.  If zero,
+       // (keep-alive) to keep per-host.  If zero,
        // DefaultMaxIdleConnsPerHost is used.
        MaxIdleConnsPerHost int
 }