1
0
mirror of https://github.com/golang/go synced 2024-11-17 09:04:44 -07:00

internal/fuzz: fix typo in function comments

The correct word to use here is 'retrieve' not 'retrive'
This commit is contained in:
Abirdcfly 2022-07-24 23:00:07 +08:00
parent c5da4fb7ac
commit 65aaeec8db

View File

@ -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
}