about summary refs log tree commit diff
path: root/afl-as.c
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-06-07 17:56:29 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2019-06-07 17:56:29 +0200
commit263fd37590e0326ea9b6f91924caf3db266fc855 (patch)
treed38a333f941d112da6f2854534fd735d90645146 /afl-as.c
parentba37bf13d60dd6d889d7125d996412f99651ef07 (diff)
downloadafl++-263fd37590e0326ea9b6f91924caf3db266fc855.tar.gz
Fix typos
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__