mirror of https://github.com/golang/go.git
internal/fuzz: fix typo in function comments
The correct word to use here is 'retrieve' not 'retrive'
This commit is contained in:
parent
c5da4fb7ac
commit
65aaeec8db
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue