mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
syz-prog2c: fix a typo in error message
This commit is contained in:
parent
f810d08444
commit
13134c3cf7
@ -48,7 +48,7 @@ func main() {
|
||||
}
|
||||
src, err := csource.Write(p, opts)
|
||||
if err != nil {
|
||||
fmt.Fprintf(os.Stderr, "failed to generate C spurce: %v\n", err)
|
||||
fmt.Fprintf(os.Stderr, "failed to generate C source: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
if formatted, err := csource.Format(src); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user