diff options
| author | Nicky Chorley <1155941+ndchorley@users.noreply.github.com> | 2021-07-11 14:35:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-12 07:51:51 +0200 |
| commit | c06a9cfb2ba077c989853f0f06f919baf18e1693 (patch) | |
| tree | 74e8102483f92ca52da2b5bbfe583859dc33318e /docs/executing_syzkaller_programs.md | |
| parent | a4869c92496912d05088fb91b6180ba30c553be5 (diff) | |
docs/executing_syzkaller_programs.md: fix typo
Diffstat (limited to 'docs/executing_syzkaller_programs.md')
| -rw-r--r-- | docs/executing_syzkaller_programs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/executing_syzkaller_programs.md b/docs/executing_syzkaller_programs.md index 747509f85..cbe0aecee 100644 --- a/docs/executing_syzkaller_programs.md +++ b/docs/executing_syzkaller_programs.md @@ -22,7 +22,7 @@ $ cd $GOPATH/src/github.com/google/syzkaller $ make ``` -4. Copy binaries and the program to test machine (substitue target `linux_amd64` +4. Copy binaries and the program to test machine (substitute target `linux_amd64` as necessary): ``` bash $ scp -P 10022 -i stretch.img.key bin/linux_amd64/syz-execprog bin/linux_amd64/syz-executor program root@localhost: |
