Skip to content

Commit bf75e07

Browse files
committed
sys/syz-sysgen: fix typo
1 parent cee4cb1 commit bf75e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/syz-sysgen/sysgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var outDir = flag.String("out", "", "path to out dir")
7373
func main() {
7474
defer tool.Init()()
7575

76-
// Cleanup old files in the case set of architectures has chnaged.
76+
// Cleanup old files in the case set of architectures has changed.
7777
allFiles, err := filepath.Glob(filepath.Join(*outDir, "sys", generated.Glob()))
7878
if err != nil {
7979
tool.Failf("failed to glob: %v", err)

0 commit comments

Comments
 (0)