about summary refs log tree commit diff
path: root/llvm_mode/README.cmplog.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_mode/README.cmplog.md')
-rw-r--r--llvm_mode/README.cmplog.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm_mode/README.cmplog.md b/llvm_mode/README.cmplog.md
index a0e838ad..7f426ec8 100644
--- a/llvm_mode/README.cmplog.md
+++ b/llvm_mode/README.cmplog.md
@@ -3,17 +3,17 @@
 The CmpLog instrumentation enables the logging of the comparisons operands in a
 shared memory.
 
-These values can be used by variuous mutator built on top of it.
+These values can be used by various mutators built on top of it.
 At the moment we support the RedQueen mutator (input-2-state instructions only).
 
 ## Build
 
-Tou use CmpLog, you have to build two versions of the instrumented target
+To use CmpLog, you have to build two versions of the instrumented target
 program.
 
-The first, using the regular AFL++ instrumentation.
+The first version is built using the regular AFL++ instrumentation.
 
-The second, the CmpLog binary, setting AFL_LLVM_CMPLOG during the compilation.
+The second one, the CmpLog binary, with setting AFL_LLVM_CMPLOG during the compilation.
 
 For example:
 
@@ -30,8 +30,8 @@ cp ./program ./program.cmplog
 
 ## Use
 
-AFL++ have the -c option that can be used to specify a CmpLog binary (the second
-built).
+AFL++ has the new -c option that can be used to specify a CmpLog binary (the second
+build).
 
 For example: