diff options
author | Marcello Maugeri <maray97@hotmail.it> | 2023-02-08 15:54:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 15:54:27 +0100 |
commit | c86d06849b46865f126a522b7b4c8eb0f72c6ba1 (patch) | |
tree | 050d67a8b2d6c5cc35c2f28b029be051dff5b510 | |
parent | 05b1189a55b573a4021abed078dab098f4591ad6 (diff) | |
download | afl++-c86d06849b46865f126a522b7b4c8eb0f72c6ba1.tar.gz |
Update forkserver.h
Fix typo
-rw-r--r-- | include/forkserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index 35bc1771..50898a08 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -43,7 +43,7 @@ typedef enum NyxReturnValue { Normal, Crash, Asan, - Timout, + Timeout, InvalidWriteToPayload, Error, IoError, |