]> Cypherpunks repositories - gostls13.git/commit
std lib: fix various typos in comments
authorRobert Griesemer <gri@golang.org>
Fri, 2 May 2014 20:17:55 +0000 (13:17 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 2 May 2014 20:17:55 +0000 (13:17 -0700)
commitf3913624a7615fcd25cad078c19e0374ad4e1f3f
treea5442ef5ff746e2dc978f5392c67f65f167de83a
parentab5247efc40b3e7db4ebfa247d91037a1fa2bc63
std lib: fix various typos in comments

Where the spelling changed from British to
US norm (e.g., optimise -> optimize) it follows
the style in that file.

LGTM=adonovan
R=golang-codereviews, adonovan
CC=golang-codereviews
https://golang.org/cl/96980043
22 files changed:
src/cmd/api/goapi.go
src/cmd/go/clean.go
src/cmd/go/get.go
src/pkg/container/heap/heap.go
src/pkg/crypto/tls/key_agreement.go
src/pkg/math/big/rat.go
src/pkg/math/cmplx/pow.go
src/pkg/net/http/fs.go
src/pkg/net/ipsock.go
src/pkg/net/sendfile_dragonfly.go
src/pkg/net/sendfile_freebsd.go
src/pkg/regexp/syntax/prog.go
src/pkg/runtime/pprof/pprof.go
src/pkg/sort/sort.go
src/pkg/syscall/dir_plan9.go
src/pkg/syscall/fd_nacl.go
src/pkg/syscall/mksyscall_windows.go
src/pkg/syscall/route_dragonfly.go
src/pkg/syscall/route_freebsd.go
src/pkg/syscall/route_netbsd.go
src/pkg/syscall/route_openbsd.go
src/pkg/time/zoneinfo_windows.go