aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-08-16 11:59:12 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-08-16 12:13:06 +0000
commit1b4c2821f6722364067309f382d830dc053d6144 (patch)
tree196c9719fe3ce6bcde3ffd3c249e1ca46012652d /pkg
parent7773e940a7feacbe318f849807fe586fee985805 (diff)
pkg/mgrconfig: fix a typo
Diffstat (limited to 'pkg')
-rw-r--r--pkg/mgrconfig/config.go2
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"`