diff options
| author | cuishuang <imcusg@gmail.com> | 2026-03-28 16:50:11 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-30 10:18:42 -0700 |
| commit | a4b534f5e42fe58d58c0ff0562d76680cedb0466 (patch) | |
| tree | faa4fede346187d8aa85191407895f05d4cbb3dd /src/internal/fuzz/encoding_test.go | |
| parent | 9c88851d456b462ae3aa5fe8b9d66ea953af48f6 (diff) | |
| download | go-a4b534f5e42fe58d58c0ff0562d76680cedb0466.tar.xz | |
all: fix some minor issues in the comments
Change-Id: If6c304efac7a46a9718cdc63ded3d98a26a3a831
Reviewed-on: https://go-review.googlesource.com/c/go/+/760700
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Neal Patel <nealpatel@google.com>
Reviewed-by: Fred Sauer <fredsa@google.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Diffstat (limited to 'src/internal/fuzz/encoding_test.go')
| -rw-r--r-- | src/internal/fuzz/encoding_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/fuzz/encoding_test.go b/src/internal/fuzz/encoding_test.go index 5f2af4476b..3fe42f44d3 100644 --- a/src/internal/fuzz/encoding_test.go +++ b/src/internal/fuzz/encoding_test.go @@ -269,7 +269,7 @@ func BenchmarkMarshalCorpusFile(b *testing.B) { } } -// BenchmarkUnmarshalCorpusfile measures the time it takes to deserialize +// BenchmarkUnmarshalCorpusFile measures the time it takes to deserialize // files encoding byte slices of various sizes. The slice contains a repeating // sequence of bytes 0-255 to mix escaped and non-escaped characters. func BenchmarkUnmarshalCorpusFile(b *testing.B) { |
