]> Cypherpunks repositories - gostls13.git/commit
all: remove repeated "the" from comments
authorIan Davis <nospam@iandavis.com>
Fri, 28 Sep 2018 08:26:20 +0000 (09:26 +0100)
committerDave Cheney <dave@cheney.net>
Fri, 28 Sep 2018 08:46:55 +0000 (08:46 +0000)
commitd3dcd89130674ee56a3ae55021e4b14ef989cf8a
tree16c10da441c9793ec79e949afe2b6d183cee7572
parent75f4aa86bacb668348e788692974aa554cc61915
all: remove repeated "the" from comments

A simple grep over the codebase for "the the" which is often
missed by humans.

Change-Id: Ie4b4f07abfc24c73dcd51c8ef1edf4f73514a21c
Reviewed-on: https://go-review.googlesource.com/138335
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/go/internal/modload/query.go
src/crypto/x509/cert_pool.go
src/net/http/transport.go
src/net/http/transport_test.go
src/os/os_unix_test.go