aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-sysgen
diff options
context:
space:
mode:
authormaoyixie <maoyi.xie@ntu.edu.sg>2025-12-08 16:36:04 +0800
committerAleksandr Nogikh <nogikh@google.com>2025-12-10 05:39:23 +0000
commit6309de2073070b3516f0e786221f116238423d31 (patch)
treeecd303a7ed88f0d0b462407fe26e021d0e19a07d /sys/syz-sysgen
parentfc20f9747512cd5bd197b2344f8f28a215fb90a2 (diff)
sys/syz-sysgen: fix typo
Diffstat (limited to 'sys/syz-sysgen')
-rw-r--r--sys/syz-sysgen/sysgen.go2
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)