Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sys/syz-sysgen/sysgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading