diff options
author | hexcoder- <heiko@hexco.de> | 2020-08-13 15:44:03 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-08-13 15:44:03 +0200 |
commit | 47faf3dd33bb2335702fcbb67b3a64650c4344b3 (patch) | |
tree | 88e3980d3478ac3d210af2a11dbdcff740f64560 /llvm_mode/afl-llvm-rt.o.c | |
parent | c4e52e20c9fa41b95e110d288bc96939e5625761 (diff) | |
download | afl++-47faf3dd33bb2335702fcbb67b3a64650c4344b3.tar.gz |
code review: fixed some typos
Diffstat (limited to 'llvm_mode/afl-llvm-rt.o.c')
-rw-r--r-- | llvm_mode/afl-llvm-rt.o.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c index dacc46a6..78e1c160 100644 --- a/llvm_mode/afl-llvm-rt.o.c +++ b/llvm_mode/afl-llvm-rt.o.c @@ -853,7 +853,7 @@ void __afl_manual_init(void) { if (getenv("AFL_DEBUG")) fprintf(stderr, - "DEBUG: disabled instrumenation because of " + "DEBUG: disabled instrumentation because of " "AFL_DISABLE_LLVM_INSTRUMENTATION\n"); } @@ -901,7 +901,7 @@ __attribute__((constructor(0))) void __afl_auto_early(void) { void __sanitizer_cov_trace_pc_guard(uint32_t *guard) { // For stability analysis, if you want to know to which function unstable - // edge IDs belong to - uncomment, recompile+install llvm_mode, recompile + // edge IDs belong - uncomment, recompile+install llvm_mode, recompile // the target. libunwind and libbacktrace are better solutions. // Set AFL_DEBUG_CHILD_OUTPUT=1 and run afl-fuzz with 2>file to capture // the backtrace output |