From bb732b9882d4a11b56b97fcf41ce9625d82171c9 Mon Sep 17 00:00:00 2001 From: 6eanut Date: Wed, 28 Jan 2026 03:57:17 +0000 Subject: executor, tools: rename SyzOS to SYZOS --- executor/test_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/test_linux.h') 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; -- cgit mrf-deployment