aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorDan Kortschak <dan@kortschak.io>2021-12-20 17:47:42 +1030
committerIan Lance Taylor <iant@golang.org>2021-12-20 23:30:58 +0000
commit9901d9e87a47b775edd0e75edb19ba696091603e (patch)
tree077fd6edee925f04aea410d9be5f44fe968381c2 /src/testing
parent59d04d104d9e08322712e837b35f4cd54c9bae1a (diff)
downloadgo-9901d9e87a47b775edd0e75edb19ba696091603e.tar.xz
all: fix spelling errors found by misspell
Change-Id: Icedd0c3d49259d5aee249ecb33374e9b78e0c275 Reviewed-on: https://go-review.googlesource.com/c/go/+/373376 Reviewed-by: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/fuzz.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/fuzz.go b/src/testing/fuzz.go
index 17a8753ae6..efb59b3e57 100644
--- a/src/testing/fuzz.go
+++ b/src/testing/fuzz.go
@@ -199,7 +199,7 @@ var supportedTypes = map[reflect.Type]bool{
// the corresponding *T method instead. The only *F methods that are allowed in
// the (*F).Fuzz function are (*F).Failed and (*F).Name.
//
-// This function sould be fast and deterministic, and its behavior should not
+// This function should be fast and deterministic, and its behavior should not
// depend on shared state. No mutatable input arguments, or pointers to them,
// should be retained between executions of the fuzz function, as the memory
// backing them may be mutated during a subsequent invocation. ff must not