about summary refs log tree commit diff
path: root/docs/custom_mutator.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/custom_mutator.md')
-rw-r--r--docs/custom_mutator.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutator.md b/docs/custom_mutator.md
index dff32c1d..68e27de7 100644
--- a/docs/custom_mutator.md
+++ b/docs/custom_mutator.md
@@ -13,7 +13,7 @@ a given grammar.
 
 The custom mutator library is passed to afl-fuzz via the
 AFL_CUSTOM_MUTATOR_LIBRARY environment variable. The library must export
-the afl_custom_mutator() function and must be compiled as a shared object.
+the afl_custom_fuzz() function and must be compiled as a shared object.
 For example:
 ```
 $CC -shared -Wall -O3 <lib-name>.c -o <lib-name>.so