about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-05 09:19:14 +0100
committerhexcoder- <heiko@hexco.de>2020-12-05 09:19:14 +0100
commitf8c33f29e8cf7de30604be2c6818dd8d2d0ad3a6 (patch)
tree05b5a9b8f7fd9343a55ed5b8ffc2855220d2b9a7
parent9e8e25729aae800dc5a8ac2b4c7c6e825fbe6330 (diff)
downloadafl++-f8c33f29e8cf7de30604be2c6818dd8d2d0ad3a6.tar.gz
Typos
-rw-r--r--src/afl-cc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index cc4f44f5..fcc10122 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -113,15 +113,15 @@ u8 *getthecwd() {
 
   1. if obj_path is already set we look there first
   2. then we check the $AFL_PATH environment variable location if set
-  3. next we check argv[0] if has path information and use it
+  3. next we check argv[0] if it has path information and use it
     a) we also check ../lib/afl
   4. if 3. failed we check /proc (only Linux, Android, NetBSD, DragonFly, and
-     FreeBSD with procfs
+     FreeBSD with procfs)
     a) and check here in ../lib/afl too
   5. we look into the AFL_PATH define (usually /usr/local/lib/afl)
   6. we finally try the current directory
 
-  if this all fail - we fail.
+  if all this fails - we fail.
 */
 
 static u8 *find_object(u8 *obj, u8 *argv0) {