about summary refs log tree commit diff
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:03:06 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:03:06 +0100
commit9cb32ca1425879be9a7326b5810ede12713c2649 (patch)
tree2956b06ea4a4a0d63c61c958396948edc6458ca0
parent0ae9b0dff4773c34913d89d8efcab4453552c140 (diff)
downloadafl++-9cb32ca1425879be9a7326b5810ede12713c2649.tar.gz
Change the word "chapter" to "section"
-rw-r--r--docs/afl-fuzz_approach.md2
-rw-r--r--instrumentation/README.lto.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md
index e0d5a1c9..4e8e5eaa 100644
--- a/docs/afl-fuzz_approach.md
+++ b/docs/afl-fuzz_approach.md
@@ -37,7 +37,7 @@ superior to blind fuzzing or coverage-only tools.
 
 ## Understanding the status screen
 
-This chapter provides an overview of the status screen - plus tips for
+This section provides an overview of the status screen - plus tips for
 troubleshooting any warnings and red text shown in the UI.
 
 For the general instruction manual, see [README.md](../README.md).
diff --git a/instrumentation/README.lto.md b/instrumentation/README.lto.md
index a74425dc..24e57b23 100644
--- a/instrumentation/README.lto.md
+++ b/instrumentation/README.lto.md
@@ -202,7 +202,7 @@ bytes or which functions were touched by an input.
 ## Solving difficult targets
 
 Some targets are difficult because the configure script does unusual stuff that
-is unexpected for afl. See the next chapter `Potential issues` for how to solve
+is unexpected for afl. See the next section `Potential issues` for how to solve
 these.
 
 ### Example: ffmpeg