diff options
Diffstat (limited to 'executor/test_linux.h')
| -rw-r--r-- | executor/test_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test_linux.h b/executor/test_linux.h index 6d36d201e..aab3529b8 100644 --- a/executor/test_linux.h +++ b/executor/test_linux.h @@ -314,7 +314,7 @@ static int test_syzos() printf("mmap failed (%d)\n", errno); return 1; } - // Right now SyzOS testing just boils down to installing code into memory. + // Right now SYZOS testing just boils down to installing code into memory. install_syzos_code(mem, mem_size); munmap(mem, mem_size); return 0; |
