diff options
-rw-r--r-- | llvm_mode/afl-llvm-lto-instrumentlist.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrumentlist.so.cc b/llvm_mode/afl-llvm-lto-instrumentlist.so.cc index 6e6199e9..96c30fcb 100644 --- a/llvm_mode/afl-llvm-lto-instrumentlist.so.cc +++ b/llvm_mode/afl-llvm-lto-instrumentlist.so.cc @@ -200,7 +200,7 @@ bool AFLcheckIfInstrument::runOnModule(Module &M) { } /* Either we couldn't figure out our location or the location is - * not the instrument file listed, so we skip instrumentation. + * not listed in the instrument file list, so we skip instrumentation. * We do this by renaming the function. */ if (instrumentFunction == true) { |