about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-20 12:15:31 +0100
committerGitHub <noreply@github.com>2020-12-20 12:15:31 +0100
commita6116ed533e5db74d654bedda9e747f87cbd8494 (patch)
tree1473f83b3eafae66b0221bd7475492bfa441c1f2
parent7374503f14eb2de1ef298fb5f0a16ede1b7ead1b (diff)
parente1a7ed9d6ee4ec51d2a2cd9a43d15320758088d1 (diff)
downloadafl++-a6116ed533e5db74d654bedda9e747f87cbd8494.tar.gz
Merge pull request #646 from pr0xy-t/dev
fixed typo in include/forkserver.h
-rw-r--r--include/forkserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 5d5c728f..8e029266 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -64,7 +64,7 @@ typedef struct afl_forkserver {
 
   FILE *plot_file;                      /* Gnuplot output file              */
 
-  /* Note: lat_run_timed_out is u32 to send it to the child as 4 byte array */
+  /* Note: last_run_timed_out is u32 to send it to the child as 4 byte array */
   u32 last_run_timed_out;               /* Traced process timed out?        */
 
   u8 last_kill_signal;                  /* Signal that killed the child     */