summaryrefslogtreecommitdiff
path: root/tests/fuzz/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/README.md')
-rw-r--r--tests/fuzz/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzz/README.md b/tests/fuzz/README.md
index f184be646ef68..9e0bb259a9e71 100644
--- a/tests/fuzz/README.md
+++ b/tests/fuzz/README.md
@@ -37,8 +37,8 @@ The specific fuzzing engine is selected with `LIB_FUZZING_ENGINE` or
`--lib-fuzzing-engine`, the default is `libregression.a`.
It has flags that can easily set up sanitizers `--enable-{a,ub,m}san`, and
coverage instrumentation `--enable-coverage`.
-It sets sane defaults which can be overriden with flags `--debug`,
-`--enable-ubsan-pointer-overlow`, etc.
+It sets sane defaults which can be overridden with flags `--debug`,
+`--enable-ubsan-pointer-overflow`, etc.
Run `./fuzz.py build -h` for help.
### Running Fuzzers