aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/pkg/fuzz/do.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/fuzz/do.go b/plugin/pkg/fuzz/do.go
index dfb046b25..e2bc0edee 100644
--- a/plugin/pkg/fuzz/do.go
+++ b/plugin/pkg/fuzz/do.go
@@ -10,7 +10,7 @@ import (
"github.com/miekg/dns"
)
-// Do will fuzz p - used by gofuzz. See Maefile.fuzz for comments and context.
+// Do will fuzz p - used by gofuzz. See Makefile.fuzz for comments and context.
func Do(p plugin.Handler, data []byte) int {
ctx := context.TODO()
ret := 1