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'
  • Loading branch information
Abirdcfly committed Jul 24, 2022
1 parent c5da4fb commit 65aaeec
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 65aaeec

Please sign in to comment.