diff options
| author | benthecarman <[email protected]> | 2019-01-16 20:25:51 -0600 |
|---|---|---|
| committer | benthecarman <[email protected]> | 2019-01-16 20:25:51 -0600 |
| commit | 31097b7b02c86f523097403f882bf9bb61de31e2 (patch) | |
| tree | bbfe6d47cdac09f78caad6a47f0a48035418001c /doc | |
| parent | Merge #14839: [rebase] threads: fix unitialized members in sched_param (diff) | |
| download | discoin-31097b7b02c86f523097403f882bf9bb61de31e2.tar.xz discoin-31097b7b02c86f523097403f882bf9bb61de31e2.zip | |
docs: Spelling error fix on fuzzing.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md index dff9e71bb..23317e938 100644 --- a/doc/fuzzing.md +++ b/doc/fuzzing.md @@ -82,7 +82,7 @@ make ``` The fuzzer needs some inputs to work on, but the inputs or seeds can be used -interchangably between libFuzzer and AFL. +interchangeably between libFuzzer and AFL. See https://llvm.org/docs/LibFuzzer.html#running on how to run the libFuzzer instrumented executable. |