mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
typo
This commit is contained in:
@ -58,7 +58,7 @@ void create_alias_table(afl_state_t *afl) {
|
|||||||
|
|
||||||
if (!P || !S || !L || !afl->alias_table || !afl->alias_probability) {
|
if (!P || !S || !L || !afl->alias_table || !afl->alias_probability) {
|
||||||
|
|
||||||
FATAL("could not aquire memory for alias table");
|
FATAL("could not acquire memory for alias table");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user