diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-07-01 07:39:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 07:39:55 +0200 |
commit | 2aaa60e4fc45bac022f7170ccfb57d63bf23569d (patch) | |
tree | ab73709fca83f779f510e72e82486023e469b4e3 /llvm_mode/afl-llvm-lto-instrumentlist.so.cc | |
parent | e9dce3149606877883df01cc66f99da0addf79ee (diff) | |
download | afl++-2aaa60e4fc45bac022f7170ccfb57d63bf23569d.tar.gz |
comments fix
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 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) { |