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-04 19:42:47 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 19:42:47 +0100
commit13eedcd5e8128419ae1b3e04d56a775eeea6f471 (patch)
tree3081d811d4b57cef13ff099378d8baf8d99704dc /docs/fuzzing_in_depth.md
parent0594bcb0cbefcb5e99f101800d4bd0b89f6689f1 (diff)
downloadafl++-13eedcd5e8128419ae1b3e04d56a775eeea6f471.tar.gz
Fix punctuation in connection with "etc."
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 011ba783..d408aa91 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -722,7 +722,7 @@ just for AFL++).
 Here are some of the most important caveats for AFL++:
 
 - AFL++ detects faults by checking for the first spawned process dying due to a
-  signal (SIGSEGV, SIGABRT, etc). Programs that install custom handlers for
+  signal (SIGSEGV, SIGABRT, etc.). Programs that install custom handlers for
   these signals may need to have the relevant code commented out. In the same
   vein, faults in child processes spawned by the fuzzed target may evade
   detection unless you manually add some code to catch that.