]> Cypherpunks repositories - gostls13.git/commit
all: avoid awkward wording from CL 236857
authorRuss Cox <rsc@golang.org>
Mon, 8 Jun 2020 16:39:56 +0000 (12:39 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 8 Jun 2020 21:36:04 +0000 (21:36 +0000)
commit2cd2ff6f564dce5be0c4fb7f06338ff7af3fc9a9
treedd814923cd9b140f8868340a112501f2bda4f1b1
parentbddf75d88859b8454f67de32510d8488329d0f2b
all: avoid awkward wording from CL 236857

CL 236857 removed all uses of whitelist/blacklist, which is great.
But it substituted awkward phrasing using allowlist/blocklist,
especially as verbs or participles. This CL uses more standard English,
like "allow the function" or "blocked functions" instead of
"allowlist the function" or "blocklisted functions".

Change-Id: I9106a2fdbd62751c4cbda3a77181358a8a6d0f13
Reviewed-on: https://go-review.googlesource.com/c/go/+/236917
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.10.html
src/cmd/compile/fmt_test.go
src/cmd/go/internal/work/gc.go
src/cmd/link/internal/loader/loader.go
src/cmd/oldlink/internal/objfile/objfile.go
src/html/template/html.go
src/net/http/request.go
src/net/http/server.go
src/runtime/cgo_sigaction.go
src/runtime/debugcall.go