about summary refs log tree commit diff
path: root/qemu_mode/README.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-12 20:01:45 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-12 20:01:45 +0200
commit924f3025f9e9bc062b80d4ca3a47d283267ba18c (patch)
treee65bbde6d7e50b76a16a83199c896db41458106d /qemu_mode/README.md
parent9690bb4b9c8c051289dd805ecafefc42eaa4083b (diff)
downloadafl++-924f3025f9e9bc062b80d4ca3a47d283267ba18c.tar.gz
typo
Diffstat (limited to 'qemu_mode/README.md')
-rw-r--r--qemu_mode/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md
index 212b31cd..54fbf874 100644
--- a/qemu_mode/README.md
+++ b/qemu_mode/README.md
@@ -78,7 +78,7 @@ Note that the format of the addresses in such variables is hex.
 
 Note that the base address of PIE binaries in QEMU user is 0x4000000000.
 
-Warning: in x86_64 parameters are passed via registers and so if the target
+Warning: in x86_64 parameters are passed via registers and so the target
 function of persistent mode cannot make use of arguments. An option to restore
 the state of each GPR each iteration of the loop is planned.