diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:31:43 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:40:56 +0100 |
commit | 139db40cfc243d2de4eb1584e41867e5a44a06f9 (patch) | |
tree | 958ea8d9a07496357185682ab1d112ecf61b1b35 /instrumentation/README.llvm.md | |
parent | 89df436290c67b1c03122bfe5c68cf4f92e581c0 (diff) | |
download | afl++-139db40cfc243d2de4eb1584e41867e5a44a06f9.tar.gz |
Fix usage and punctuation in connection with "then" and "than"
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index ca9ce933..d220e52c 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -269,7 +269,7 @@ can set: AFL_LLVM_SKIP_NEVERZERO=1 ``` -If the target does not have extensive loops or functions that are called a lot +If the target does not have extensive loops or functions that are called a lot, then this can give a small performance boost. Please note that the default counter implementations are not thread safe! |