about summary refs log tree commit diff
path: root/qemu_mode/libcompcov/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_mode/libcompcov/README.md')
-rw-r--r--qemu_mode/libcompcov/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu_mode/libcompcov/README.md b/qemu_mode/libcompcov/README.md
index fca20a69..6a72f5ff 100644
--- a/qemu_mode/libcompcov/README.md
+++ b/qemu_mode/libcompcov/README.md
@@ -23,7 +23,7 @@ To use this library make sure to preload it with AFL_PRELOAD.
 ```
   export AFL_PRELOAD=/path/to/libcompcov.so
   export AFL_COMPCOV_LEVEL=1
-  
+
   afl-fuzz -Q -i input -o output <your options> -- <target args>
 ```
 
@@ -33,5 +33,5 @@ logs all the comparisons.
 
 The library make use of https://github.com/ouadev/proc_maps_parser and so it is
 Linux specific. However this is not a strict dependency, other UNIX operating
-systems can be supported simply replacing the code related to the
-/proc/self/maps parsing.
+systems can be supported by replacing the code related to the
+/proc/self/maps parsing.
\ No newline at end of file