0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-12 11:19:08 -05:00

docs: Spelling error fix on fuzzing.md

This commit is contained in:
benthecarman 2019-01-16 20:25:51 -06:00
parent fcb6694a99
commit 31097b7b02
No known key found for this signature in database
GPG key ID: D7CC770B81FD22A8

View file

@ -82,7 +82,7 @@ make
``` ```
The fuzzer needs some inputs to work on, but the inputs or seeds can be used 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 See https://llvm.org/docs/LibFuzzer.html#running on how to run the libFuzzer
instrumented executable. instrumented executable.