about summary refs log tree commit diff
path: root/utils/afl_untracer
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 20:45:48 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:08:26 +0100
commita7694e299a331bd8c4826b2402ee68cd6f83d8f9 (patch)
tree8c143421db3cc20377363d7876b2dd4dac15a88f /utils/afl_untracer
parentc85e0dc4f0e0a6deedfb7318292e1939503a10c2 (diff)
downloadafl++-a7694e299a331bd8c4826b2402ee68cd6f83d8f9.tar.gz
Fix punctuation in connection with "however"
Diffstat (limited to 'utils/afl_untracer')
-rw-r--r--utils/afl_untracer/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/afl_untracer/README.md b/utils/afl_untracer/README.md
index ada0c916..9f41618f 100644
--- a/utils/afl_untracer/README.md
+++ b/utils/afl_untracer/README.md
@@ -5,9 +5,9 @@
 afl-untracer is an example skeleton file which can easily be used to fuzz
 a closed source library.
 
-It requires less memory and is x3-5 faster than qemu_mode however it is way
-more course grained and does not provide interesting features like compcov
-or cmplog.
+It requires less memory and is x3-5 faster than qemu_mode, however, it is way
+more course grained and does not provide interesting features like compcov or
+cmplog.
 
 Supported is so far Intel (i386/x86_64) and AARCH64.