]> Cypherpunks repositories - gostls13.git/commitdiff
internal/fuzz: fix typo in comment
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Thu, 22 Jun 2023 13:33:06 +0000 (16:33 +0300)
committerGopher Robot <gobot@golang.org>
Thu, 22 Jun 2023 17:10:57 +0000 (17:10 +0000)
Change-Id: I04f0aa2730cd7d60027a36a3b81289e4972d4a9c
Reviewed-on: https://go-review.googlesource.com/c/go/+/505115
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/internal/fuzz/counters_unsupported.go

index 028065ce30f6ac45a4094e6c87eb8bdf26d9d857..287bb4bd3ceb3aeb9374c299ead615ada111d005 100644 (file)
@@ -6,7 +6,7 @@
 // the instrumentation is OS specific, but only amd64 and arm64 are
 // supported in the runtime. See src/runtime/libfuzzer*.
 //
-// If you update this constraint, also update internal/platform.FuzzInstrumeted.
+// If you update this constraint, also update internal/platform.FuzzInstrumented.
 //
 //go:build !((darwin || linux || windows || freebsd) && (amd64 || arm64))