]> Cypherpunks repositories - gostls13.git/commit
all: remove duplicate "the" words in comments
authorAbirdcfly <fp544037857@gmail.com>
Thu, 18 Aug 2022 05:18:11 +0000 (13:18 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 18 Aug 2022 13:54:47 +0000 (13:54 +0000)
commitd8f90ce0f8119bf593efb6fb91825de5b61fcda7
treedcae46ed897b8af42ca26341a9c510329c4e6f3c
parent38edd9bd8da9d7fc7beeba5fd4fd9d605457b04e
all: remove duplicate "the" words in comments

Following CL 424454, using command

   rg --multiline " the\s{1,}the " *
   rg --multiline " the\s{1,}//\s{1,}the " *

all the words "the" that are repeated in comments are found.

Change-Id: I60b769b98f04c927b4c228e10f37faf190964069
Reviewed-on: https://go-review.googlesource.com/c/go/+/423836
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/cmd/compile/internal/ssa/schedule.go
src/cmd/internal/obj/ppc64/doc.go
src/cmd/link/internal/ld/outbuf_darwin.go
src/crypto/tls/common.go
src/net/http/httputil/reverseproxy.go