]> Cypherpunks.ru repositories - gostls13.git/commit
all: fix typos in go file comments
authorMarcel Meyer <mm.marcelmeyer@gmail.com>
Sat, 7 Jan 2023 13:10:38 +0000 (13:10 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 9 Jan 2023 15:34:31 +0000 (15:34 +0000)
commit841c3eb16646651d775dbf0ddfda1138aca5598a
tree507224f1dafdee361298b3fb5a19f2d84a655035
parentf721fa3be9bb52524f97b409606f9423437535e8
all: fix typos in go file comments

These typos were found by executing grep, aspell, sort, and uniq in
a pipe and searching the resulting list manually for possible typos.

    grep -r --include '*.go' -E '^// .*$' . | aspell list | sort | uniq

Change-Id: I56281eda3b178968fbf104de1f71316c1feac64f
GitHub-Last-Rev: e91c7cee340fadfa32b0c1773e4e5cd1ca567638
GitHub-Pull-Request: golang/go#57669
Reviewed-on: https://go-review.googlesource.com/c/go/+/460767
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/internal/obj/arm64/asm7.go
src/testing/fuzz.go
test/fixedbugs/issue47068.dir/a.go
test/typeparam/graph.go