about summary refs log tree commit diff
path: root/docs/afl-fuzz_approach.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:38:00 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-04 20:38:00 +0100
commitbcd81c377d22cf26812127881a8ac15ed9c022ad (patch)
treee39d9211b49416cf987ea8fbe80597deb9226ccb /docs/afl-fuzz_approach.md
parent13eedcd5e8128419ae1b3e04d56a775eeea6f471 (diff)
downloadafl++-bcd81c377d22cf26812127881a8ac15ed9c022ad.tar.gz
Fix line length and formatting
Diffstat (limited to 'docs/afl-fuzz_approach.md')
-rw-r--r--docs/afl-fuzz_approach.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md
index fefde029..3804f5a0 100644
--- a/docs/afl-fuzz_approach.md
+++ b/docs/afl-fuzz_approach.md
@@ -445,8 +445,8 @@ involve any state transitions not seen in previously-recorded faults. If a
 single bug can be reached in multiple ways, there will be some count inflation
 early in the process, but this should quickly taper off.
 
-The file names for crashes and hangs are correlated with the parent, non-faulting
-queue entries. This should help with debugging.
+The file names for crashes and hangs are correlated with the parent,
+non-faulting queue entries. This should help with debugging.
 
 ## Visualizing