aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig
diff options
context:
space:
mode:
authorMoritz Buhl <moritz.buhl@gmail.com>2025-07-24 11:15:11 +0200
committerTaras Madan <tarasmadan@google.com>2025-07-24 09:27:13 +0000
commit65d60d733b607360c8fd958b556954f71bfcdda9 (patch)
treeda0b0ecc6032a291e0ee8e2c03fc6d340117fac0 /pkg/mgrconfig
parent0c1d6ded3570097468e0af306043c121b2ded6a8 (diff)
doc: remove stray double quote character from comment
Diffstat (limited to 'pkg/mgrconfig')
-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 6bf88c574..c9944900e 100644
--- a/pkg/mgrconfig/config.go
+++ b/pkg/mgrconfig/config.go
@@ -253,7 +253,7 @@ type Experimental struct {
// If FocusAreas is non-empty, by default all kernel code not covered by any filter will be ignored.
// To focus fuzzing on some areas, but to consider the rest of the code as well, add a record
// with an empty Filter, but non-empty weight.
- // E.g. "focus_areas": [ {"filter": {"files": ["^net"]}, "weight": 10.0}, {"weight": 1.0"} ].
+ // E.g. "focus_areas": [ {"filter": {"files": ["^net"]}, "weight": 10.0}, {"weight": 1.0} ].
FocusAreas []FocusArea `json:"focus_areas,omitempty"`
}