From 841c3eb16646651d775dbf0ddfda1138aca5598a Mon Sep 17 00:00:00 2001 From: Marcel Meyer Date: Sat, 7 Jan 2023 13:10:38 +0000 Subject: 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 Auto-Submit: Ian Lance Taylor TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Reviewed-by: Bryan Mills Reviewed-by: Ian Lance Taylor --- src/testing/fuzz.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/fuzz.go b/src/testing/fuzz.go index 6e43ae7710..d31a3f81f5 100644 --- a/src/testing/fuzz.go +++ b/src/testing/fuzz.go @@ -40,7 +40,7 @@ var ( // fuzzWorkerExitCode is used as an exit code by fuzz worker processes after an // internal error. This distinguishes internal errors from uncontrolled panics -// and other failiures. Keep in sync with internal/fuzz.workerExitCode. +// and other failures. Keep in sync with internal/fuzz.workerExitCode. const fuzzWorkerExitCode = 70 // InternalFuzzTarget is an internal type but exported because it is -- cgit v1.3-6-g1900