aboutsummaryrefslogtreecommitdiff
path: root/doc/fuzzing.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fuzzing.md')
-rw-r--r--doc/fuzzing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md
index 65cc753b8..a8dba5428 100644
--- a/doc/fuzzing.md
+++ b/doc/fuzzing.md
@@ -1,7 +1,7 @@
Fuzz-testing Dogecoin Core
==========================
-A special test harness `test_dogecoin_fuzzy` is provided to provide an easy
+A special test harness `test_discoin_fuzzy` is provided to provide an easy
entry point for fuzzers and the like. In this document we'll describe how to
use it with AFL.
@@ -26,7 +26,7 @@ To build Dogecoin Core using AFL instrumentation (this assumes that the
./configure --disable-ccache --disable-shared --enable-tests CC=${AFLPATH}/afl-gcc CXX=${AFLPATH}/afl-g++
export AFL_HARDEN=1
cd src/
-make test/test_dogecoin_fuzzy
+make test/test_discoin_fuzzy
```
We disable ccache because we don't want to pollute the ccache with instrumented
objects, and similarly don't want to use non-instrumented cached objects linked