about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-11 17:01:46 +0100
committerhexcoder- <heiko@hexco.de>2020-12-11 17:01:46 +0100
commit1825e5f313aa1514c1c7c3f6c1f7c76bd1f3b235 (patch)
treec7731db1addc9d25575c89c0adac7f243462bd3e
parent609f3d02651381215815eeadb7a10999c2041ffe (diff)
downloadafl++-1825e5f313aa1514c1c7c3f6c1f7c76bd1f3b235.tar.gz
typo
-rw-r--r--instrumentation/afl-compiler-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index afe0839e..b1df26db 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -229,7 +229,7 @@ static void __afl_map_shm_fuzz() {
 
 static void __afl_map_shm(void) {
 
-  // we we are not running in afl ensure the map exists
+  // if we are not running in afl ensure the map exists
   if (!__afl_area_ptr) { __afl_area_ptr = __afl_area_initial; }
 
   char *id_str = getenv(SHM_ENV_VAR);