diff options
Diffstat (limited to 'tools/syz-bisect/bisect.go')
| -rw-r--r-- | tools/syz-bisect/bisect.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/syz-bisect/bisect.go b/tools/syz-bisect/bisect.go index ba4494d18..00c1afb6e 100644 --- a/tools/syz-bisect/bisect.go +++ b/tools/syz-bisect/bisect.go @@ -12,8 +12,8 @@ // -kernel_commit. HEAD is used if commits are not specified. // // The crash dir should contain the following files: -// - repro.cprog or repro.prog: reproducer for the crash -// - repro.opts: syzkaller reproducer options (e.g. {"procs":1,"sandbox":"none",...}) (optional) +// - repro.cprog or repro.prog: reproducer for the crash +// - repro.opts: syzkaller reproducer options (e.g. {"procs":1,"sandbox":"none",...}) (optional) // // The tool stores bisection result into cause.commit or fix.commit. package main |
