diff options
| author | van Hauser <vh@thc.org> | 2020-07-01 09:19:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 09:19:32 +0200 |
| commit | b67905c40fe0c284eaf27c83423a4d7cdd717157 (patch) | |
| tree | c47d0b5bd7804d241dcff94bb1763e79ecc9ae1d /llvm_mode/afl-llvm-lto-instrumentlist.so.cc | |
| parent | 6b98157c1a235c10ed5f9fc3220aa1869ea8f3e4 (diff) | |
| parent | 9d5007b18e41f17c395fcfc5fc0a8c8c87f4f75d (diff) | |
| download | afl++-b67905c40fe0c284eaf27c83423a4d7cdd717157.tar.gz | |
Merge branch 'stable' into dev
Diffstat (limited to 'llvm_mode/afl-llvm-lto-instrumentlist.so.cc')
| -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 96c30fcb..6e6199e9 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 listed in the instrument file list, so we skip instrumentation. + * not the instrument file listed, so we skip instrumentation. * We do this by renaming the function. */ if (instrumentFunction == true) { |
