diff options
author | Heiko Eißfeldt <heikoi@hexco.de> | 2019-06-12 17:21:26 +0200 |
---|---|---|
committer | Heiko Eißfeldt <heikoi@hexco.de> | 2019-06-12 17:21:26 +0200 |
commit | 0113c4f8342925a02dfc9832de4f7f848d88e190 (patch) | |
tree | 1c1ec888d5f42b9ee3441fda08b9ab73fc403f7e /afl-as.c | |
parent | 1c2ed83960fd79727d0f34b11ee361c37c953923 (diff) | |
parent | 7a236b11b84545e53760c86a0425409283d1c7fc (diff) | |
download | afl++-0113c4f8342925a02dfc9832de4f7f848d88e190.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'afl-as.c')
-rw-r--r-- | afl-as.c | 2 |
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__ |