Skip to content

Commit

Permalink
Typo fix: hongfuzz -> honggfuzz (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
steadmon authored and inferno-chromium committed Nov 19, 2018
1 parent 646fca1 commit 3702af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reproducing.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Our infrastructure runs some sanity tests to make sure that your build was corre

```bash
$ python infra/helper.py build_image $PROJECT_NAME
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME <fuzz_target_name>
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME <fuzz_target_name>
```

0 comments on commit 3702af9

Please sign in to comment.