diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 11:59:12 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 12:13:06 +0000 |
| commit | 1b4c2821f6722364067309f382d830dc053d6144 (patch) | |
| tree | 196c9719fe3ce6bcde3ffd3c249e1ca46012652d /pkg | |
| parent | 7773e940a7feacbe318f849807fe586fee985805 (diff) | |
pkg/mgrconfig: fix a typo
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/mgrconfig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go index 614ebeae2..c609fa938 100644 --- a/pkg/mgrconfig/config.go +++ b/pkg/mgrconfig/config.go @@ -152,7 +152,7 @@ type Config struct { Reproduce bool `json:"reproduce"` // The number of VMs that are reserved to only perform fuzzing and nothing else. - // Can be helpful e.g. to ensure that the pool of fuzzing VMs is never exhaused and + // Can be helpful e.g. to ensure that the pool of fuzzing VMs is never exhausted and // the manager continues fuzzing no matter how many new bugs are encountered. // By default the value is 0, i.e. all VMs can be used for all purposes. FuzzingVMs int `json:"fuzzing_vms,omitempty"` |
