mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
typos
This commit is contained in:
parent
cefc9a00bf
commit
660b697ed9
@ -1180,11 +1180,11 @@ void mode_final_checkout(aflcc_state_t *aflcc, int argc, char **argv) {
|
||||
switch (aflcc->compiler_mode) {
|
||||
|
||||
case GCC:
|
||||
if (!aflcc->have_gcc) FATAL("afl-gcc not available on your platform!");
|
||||
if (!aflcc->have_gcc) FATAL("afl-gcc is not available on your platform!");
|
||||
break;
|
||||
case CLANG:
|
||||
if (!aflcc->have_clang)
|
||||
FATAL("afl-clang not available on your platform!");
|
||||
FATAL("afl-clang is not available on your platform!");
|
||||
break;
|
||||
case LLVM:
|
||||
if (!aflcc->have_llvm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user