mirror of
https://github.com/golang/go
synced 2024-11-16 20:44:52 -07:00
internal/fuzz: fix typo in function comments
The correct word to use here is 'retrieve' not 'retrive'
Change-Id: I8de0961a254cf429ddbaf599fe996155e24c7af2
GitHub-Last-Rev: 65aaeec8db
GitHub-Pull-Request: golang/go#54026
Reviewed-on: https://go-review.googlesource.com/c/go/+/419317
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
850d547d2d
commit
37c8112b82
@ -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
Block a user