We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee4cb1 commit bf75e07Copy full SHA for bf75e07
sys/syz-sysgen/sysgen.go
@@ -73,7 +73,7 @@ var outDir = flag.String("out", "", "path to out dir")
73
func main() {
74
defer tool.Init()()
75
76
- // Cleanup old files in the case set of architectures has chnaged.
+ // Cleanup old files in the case set of architectures has changed.
77
allFiles, err := filepath.Glob(filepath.Join(*outDir, "sys", generated.Glob()))
78
if err != nil {
79
tool.Failf("failed to glob: %v", err)
0 commit comments