mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
Fix various spelling errors (#2293)
* Fix spelling errors in log messages * Fix doc comment syntax * Fix spelling errors in Markdown documentation * Fix spelling errors in comments
This commit is contained in:
@ -6,7 +6,7 @@ test -z "$1" -o -n "$4" && {
|
||||
echo "Syntax: $0 commit-id <indir> \"<cmdline>\""
|
||||
echo
|
||||
echo "Switches to the defined commit ID, compiles with profiling and runs"
|
||||
echo "afl-fuzz on a defind target and input directory, saving timing,"
|
||||
echo "afl-fuzz on a defined target and input directory, saving timing,"
|
||||
echo "fuzzer_stats and profiling output to \"<commit-id>.out\""
|
||||
echo "Honors CFLAGS and LDFLAGS"
|
||||
echo
|
||||
|
Reference in New Issue
Block a user