about summary refs log tree commit diff
path: root/docs/fuzzing_in_depth.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:23:22 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:23:22 +0100
commitaa6586a761c47da1f202221c9a449b692cacbcae (patch)
treef643712e4a2cf16491449c74a118253cb001dc5d /docs/fuzzing_in_depth.md
parent377adb776ee2adb3cb17a174279e384ae9dd590c (diff)
downloadafl++-aa6586a761c47da1f202221c9a449b692cacbcae.tar.gz
Fix typos - 1st run
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r--docs/fuzzing_in_depth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md
index 7c464d81..011ba783 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -131,7 +131,7 @@ The following options are available when you instrument with LTO mode
   have to compile the target twice, once specifically with/for this mode by
   setting `AFL_LLVM_CMPLOG=1`, and pass this binary to afl-fuzz via the `-c`
   parameter. Note that you can compile also just a cmplog binary and use that
-  for both, however, there will be a performance penality. You can read more
+  for both, however, there will be a performance penalty. You can read more
   about this in
   [instrumentation/README.cmplog.md](../instrumentation/README.cmplog.md).