diff options
| author | Dmitry Vyukov <dvyukov@gmail.com> | 2021-07-09 07:46:28 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-09 09:43:31 +0200 |
| commit | 281e815fe581e0e2cfdf1e84a69e5f2ae1a98eb9 (patch) | |
| tree | ae1859f64b37fd61e6392eef70df1b992c06bf33 /tools | |
| parent | 0e8818592c34ed5a929c5bbc362ba675e1682c3e (diff) | |
tools/syz-stress: fix comment
Co-authored-by: maramihali <maramihali@google.com>
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 ( |
