aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-query-subsystems/generator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-query-subsystems/generator.go b/tools/syz-query-subsystems/generator.go
index f2a38ff82..058c63d2a 100644
--- a/tools/syz-query-subsystems/generator.go
+++ b/tools/syz-query-subsystems/generator.go
@@ -131,7 +131,7 @@ type templateVars struct {
Hierarchy []string
}
-const fileTemplate = `// Code generated by the syz-query-subsystem tool. DO NOT EDIT.
+const fileTemplate = `// Code generated by the syz-query-subsystems tool. DO NOT EDIT.
{{- if .CommitInfo}}
// {{.CommitInfo}}
{{- end}}