about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-lto-instrumentation.so.cc
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 10:46:35 +0200
committervan Hauser <vh@thc.org>2020-04-17 10:46:35 +0200
commit2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (patch)
treefe965014986062edcb43f7b15b2314fb3a1ed9b0 /llvm_mode/afl-llvm-lto-instrumentation.so.cc
parent248a2f2f0bfddd9f79a4c6b6ceadef32f1765969 (diff)
downloadafl++-2162fd8e1a1ceb745c1fcf87fb6a1053508591c4.tar.gz
preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass
Diffstat (limited to 'llvm_mode/afl-llvm-lto-instrumentation.so.cc')
-rw-r--r--llvm_mode/afl-llvm-lto-instrumentation.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrumentation.so.cc b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
index a5058974..ece3201f 100644
--- a/llvm_mode/afl-llvm-lto-instrumentation.so.cc
+++ b/llvm_mode/afl-llvm-lto-instrumentation.so.cc
@@ -637,7 +637,7 @@ bool AFLLTOPass::runOnModule(Module &M) {
     if (!f) {
 
       fprintf(stderr,
-              "Error: init function could not be found (this hould not "
+              "Error: init function could not be found (this should not "
               "happen)\n");
       exit(-1);