about summary refs log tree commit diff
path: root/afl-as.c
diff options
context:
space:
mode:
authorHeiko Eißfeldt <heikoi@hexco.de>2019-06-12 17:21:26 +0200
committerHeiko Eißfeldt <heikoi@hexco.de>2019-06-12 17:21:26 +0200
commit0113c4f8342925a02dfc9832de4f7f848d88e190 (patch)
tree1c1ec888d5f42b9ee3441fda08b9ab73fc403f7e /afl-as.c
parent1c2ed83960fd79727d0f34b11ee361c37c953923 (diff)
parent7a236b11b84545e53760c86a0425409283d1c7fc (diff)
downloadafl++-0113c4f8342925a02dfc9832de4f7f848d88e190.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'afl-as.c')
-rw-r--r--afl-as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-as.c b/afl-as.c
index 55b14c9d..94595f24 100644
--- a/afl-as.c
+++ b/afl-as.c
@@ -377,7 +377,7 @@ static void add_instrumentation(void) {
     }
 
     /* Label of some sort. This may be a branch destination, but we need to
-       tread carefully and account for several different formatting
+       read carefully and account for several different formatting
        conventions. */
 
 #ifdef __APPLE__