diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-stress/stress.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |
