comments fix

This commit is contained in:
hexcoder 2020-07-01 07:39:55 +02:00 committed by GitHub
parent e9dce31496
commit 2aaa60e4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {