diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:48:09 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:48:09 +0100 |
commit | 686a595df36a52f43ab43572b28683f8db09ac11 (patch) | |
tree | 65fa45dc124e8e658363605537ccc6e863bf089e | |
parent | 1529bd070ea208dfd1196bdb18aebbf9c9661437 (diff) | |
download | afl++-686a595df36a52f43ab43572b28683f8db09ac11.tar.gz |
Fix typo
-rw-r--r-- | src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md index 35af6ab9..3f332280 100644 --- a/src/README.md +++ b/src/README.md @@ -18,7 +18,7 @@ Quick explanation about the files here: - `afl-fuzz-performance.c` - hash64 and rand functions - `afl-fuzz-python.c` - afl-fuzz the python mutator extension - `afl-fuzz-queue.c` - afl-fuzz handling the queue -- `afl-fuzz-redqueen.c` - afl-fuzz redqueen implemention +- `afl-fuzz-redqueen.c` - afl-fuzz redqueen implementation - `afl-fuzz-run.c` - afl-fuzz running the target - `afl-fuzz-state.c` - afl-fuzz state and globals - `afl-fuzz-stats.c` - afl-fuzz writing the statistics file |