diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/syz-sysgen/sysgen.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/syz-sysgen/sysgen.go b/sys/syz-sysgen/sysgen.go index 67ee14d87..a7d9a6e4c 100644 --- a/sys/syz-sysgen/sysgen.go +++ b/sys/syz-sysgen/sysgen.go @@ -73,7 +73,7 @@ var outDir = flag.String("out", "", "path to out dir") func main() { defer tool.Init()() - // Cleanup old files in the case set of architectures has chnaged. + // Cleanup old files in the case set of architectures has changed. allFiles, err := filepath.Glob(filepath.Join(*outDir, "sys", generated.Glob())) if err != nil { tool.Failf("failed to glob: %v", err) |
