http/transport.go: trivial comment error.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6856078
This commit is contained in:
Caine Tighe 2012-11-25 05:08:17 +08:00 committed by Shenghou Ma
parent 9017765a82
commit 7afcae6bab
1 changed files with 1 additions and 1 deletions

View 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
}