diff options
author | h1994st <h1994st@gmail.com> | 2020-03-27 21:03:06 -0400 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-30 16:46:53 +0200 |
commit | 048beb752db51252f1374e1b91ee73fd9174acb6 (patch) | |
tree | ad28771a6c0e81c7b30beaa1281229658cea3b25 /examples/custom_mutators | |
parent | 87621b6345a2e140d60b116edf3592c67ede2113 (diff) | |
download | afl++-048beb752db51252f1374e1b91ee73fd9174acb6.tar.gz |
Fix typo
Diffstat (limited to 'examples/custom_mutators')
-rw-r--r-- | examples/custom_mutators/example.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py index 6bacfa05..6b58188e 100644 --- a/examples/custom_mutators/example.py +++ b/examples/custom_mutators/example.py @@ -164,11 +164,10 @@ def fuzz(buf, add_buf, max_size): # ''' # Called after adding a new test case to the queue # -# @type filename_new_queue: str +# @type filename_new_queue: str # @param filename_new_queue: File name of the new queue entry # # @type filename_orig_queue: str # @param filename_orig_queue: File name of the original queue entry # ''' # pass - |