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-02 21:03:59 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:11:01 +0100
commit65c3db86256b3907404623fe1c52e01c9d12ff97 (patch)
tree8cb2d3b063980a9ea7bf4f42806d83e3f6134355 /docs/afl-fuzz_approach.md
parenta7694e299a331bd8c4826b2402ee68cd6f83d8f9 (diff)
downloadafl++-65c3db86256b3907404623fe1c52e01c9d12ff97.tar.gz
Fix punctuation in connection with "e.g."
Diffstat (limited to 'docs/afl-fuzz_approach.md')
-rw-r--r--docs/afl-fuzz_approach.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md
index 242104f7..68f45891 100644
--- a/docs/afl-fuzz_approach.md
+++ b/docs/afl-fuzz_approach.md
@@ -504,7 +504,7 @@ directory. This includes:
 - `peak_rss_mb`       - max rss usage reached during fuzzing in MB
 - `edges_found`       - how many edges have been found
 - `var_byte_count`    - how many edges are non-deterministic
-- `afl_banner`        - banner text (e.g. the target name)
+- `afl_banner`        - banner text (e.g., the target name)
 - `afl_version`       - the version of AFL++ used
 - `target_mode`       - default, persistent, qemu, unicorn, non-instrumented
 - `command_line`      - full command line used for the fuzzing session