From 281e815fe581e0e2cfdf1e84a69e5f2ae1a98eb9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 9 Jul 2021 07:46:28 +0200 Subject: tools/syz-stress: fix comment Co-authored-by: maramihali --- tools/syz-stress/stress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syz-stress/stress.go b/tools/syz-stress/stress.go index 461a8f55a..2122774b6 100644 --- a/tools/syz-stress/stress.go +++ b/tools/syz-stress/stress.go @@ -6,7 +6,7 @@ // syz-stress will execute random programs infinitely until it's stopped or it crashes the kernel underneath. // If it's given a corpus of programs, it will alternate between executing random programs and mutated // programs from the corpus. Running syz-stress can be used as an intermediate step when porting syzkaller -// to a new OS, or to test on a machine that is not supported by the vm package (syz-manager cannot be used). +// to a new OS, or when testing on a machine that is not supported by the vm package (as syz-manager cannot be used). package main import ( -- cgit mrf-deployment