about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-lto-instrumentlist.so.cc
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-07-01 07:39:55 +0200
committerGitHub <noreply@github.com>2020-07-01 07:39:55 +0200
commit2aaa60e4fc45bac022f7170ccfb57d63bf23569d (patch)
treeab73709fca83f779f510e72e82486023e469b4e3 /llvm_mode/afl-llvm-lto-instrumentlist.so.cc
parente9dce3149606877883df01cc66f99da0addf79ee (diff)
downloadafl++-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.cc2
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) {