]> Cypherpunks.ru repositories - gostls13.git/commit
all: use "reports whether" in place of "returns true if(f)"
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 17 Feb 2015 23:44:42 +0000 (15:44 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 18 Mar 2015 15:14:06 +0000 (15:14 +0000)
commit2adc4e892704bb99f2d16c0c09777987cb6bed35
tree4e61f69a0e448b82df4e1c7c8c621f397298e7b9
parentfcb895feef1c9214f9cb633b5a0fa4dc8f46af9e
all: use "reports whether" in place of "returns true if(f)"

Comment changes only.

Change-Id: I56848814564c4aa0988b451df18bebdfc88d6d94
Reviewed-on: https://go-review.googlesource.com/7721
Reviewed-by: Rob Pike <r@golang.org>
47 files changed:
src/archive/zip/struct.go
src/cmd/cgo/gcc.go
src/cmd/cgo/main.go
src/cmd/cgo/util.go
src/cmd/fix/fix.go
src/cmd/go/pkg.go
src/cmd/gofmt/rewrite.go
src/crypto/elliptic/elliptic.go
src/crypto/hmac/hmac.go
src/crypto/tls/handshake_server.go
src/crypto/x509/cert_pool.go
src/encoding/asn1/asn1.go
src/encoding/csv/writer.go
src/flag/flag.go
src/go/ast/filter.go
src/go/build/build.go
src/go/doc/exports.go
src/go/parser/parser.go
src/go/printer/printer.go
src/go/printer/testdata/parser.go
src/go/token/position.go
src/math/big/nat.go
src/math/big/rat.go
src/mime/grammar.go
src/net/http/server.go
src/net/http/transport.go
src/net/ip.go
src/net/mail/message.go
src/net/url/url.go
src/os/path_plan9.go
src/os/path_unix.go
src/os/path_windows.go
src/path/filepath/match.go
src/path/filepath/path_plan9.go
src/path/filepath/path_unix.go
src/path/filepath/path_windows.go
src/path/match.go
src/path/path.go
src/reflect/type.go
src/reflect/value.go
src/regexp/syntax/prog.go
src/runtime/traceback.go
src/strconv/extfloat.go
src/strings/strings.go
src/text/scanner/scanner.go
src/time/format.go
src/unicode/utf16/utf16.go