From 26be8df8135ecb59e8034967927aa18c26117a3a Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Feb 2023 16:09:15 +0100 Subject: all: tools/syz-env make generate result --- tools/syz-bisect/bisect.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/syz-bisect') 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 -- cgit mrf-deployment