about summary refs log tree commit diff
path: root/instrumentation/README.persistent_mode.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-11-23 21:03:56 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-11-23 21:03:56 +0100
commit6cce577b907eb2ac58b0bc5ddacf373627b3480f (patch)
tree002ab2f79f37442826ad9d586fca2cda3c4b946f /instrumentation/README.persistent_mode.md
parentd9ff3745d01e30f3addbb51e391b8b5d456d07a4 (diff)
downloadafl++-6cce577b907eb2ac58b0bc5ddacf373627b3480f.tar.gz
Edit instrumentation READMEs
Diffstat (limited to 'instrumentation/README.persistent_mode.md')
-rw-r--r--instrumentation/README.persistent_mode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.persistent_mode.md b/instrumentation/README.persistent_mode.md
index e9d2a523..d0ccba8c 100644
--- a/instrumentation/README.persistent_mode.md
+++ b/instrumentation/README.persistent_mode.md
@@ -132,7 +132,7 @@ and you should be all set!
 Some libraries provide APIs that are stateless, or whose state can be reset in
 between processing different input files. When such a reset is performed, a
 single long-lived process can be reused to try out multiple test cases,
-eliminating the need for repeated fork() calls and the associated OS overhead.
+eliminating the need for repeated `fork()` calls and the associated OS overhead.
 
 The basic structure of the program that does this would be: