mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +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) {
|
switch (aflcc->compiler_mode) {
|
||||||
|
|
||||||
case GCC:
|
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;
|
break;
|
||||||
case CLANG:
|
case CLANG:
|
||||||
if (!aflcc->have_clang)
|
if (!aflcc->have_clang)
|
||||||
FATAL("afl-clang not available on your platform!");
|
FATAL("afl-clang is not available on your platform!");
|
||||||
break;
|
break;
|
||||||
case LLVM:
|
case LLVM:
|
||||||
if (!aflcc->have_llvm)
|
if (!aflcc->have_llvm)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user