Skip to content

Commit

Permalink
internal/fuzz: fix typo in function comments
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Abirdcfly authored and jproberts committed Aug 10, 2022
1 parent a0e9505 commit 163c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/fuzz/mem.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type sharedMemHeader struct {
// rawInMem is true if the region holds raw bytes, which occurs during
// minimization. If true after the worker fails during minimization, this
// indicates that an unrecoverable error occurred, and the region can be
// used to retrive the raw bytes that caused the error.
// used to retrieve the raw bytes that caused the error.
rawInMem bool
}

Expand Down

0 comments on commit 163c191

Please sign in to comment.