diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-06-07 17:56:29 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-06-07 17:56:29 +0200 |
commit | 263fd37590e0326ea9b6f91924caf3db266fc855 (patch) | |
tree | d38a333f941d112da6f2854534fd735d90645146 /afl-as.c | |
parent | ba37bf13d60dd6d889d7125d996412f99651ef07 (diff) | |
download | afl++-263fd37590e0326ea9b6f91924caf3db266fc855.tar.gz |
Fix typos
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__ |