Skip to content

Commit 163c191

Browse files
Abirdcflyjproberts
authored andcommitted
internal/fuzz: fix typo in function comments
The correct word to use here is 'retrieve' not 'retrive' Change-Id: I8de0961a254cf429ddbaf599fe996155e24c7af2 GitHub-Last-Rev: 65aaeec GitHub-Pull-Request: golang#54026 Reviewed-on: https://go-review.googlesource.com/c/go/+/419317 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent a0e9505 commit 163c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/fuzz/mem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type sharedMemHeader struct {
5050
// rawInMem is true if the region holds raw bytes, which occurs during
5151
// minimization. If true after the worker fails during minimization, this
5252
// indicates that an unrecoverable error occurred, and the region can be
53-
// used to retrive the raw bytes that caused the error.
53+
// used to retrieve the raw bytes that caused the error.
5454
rawInMem bool
5555
}
5656

0 commit comments

Comments
 (0)