diff options
-rw-r--r-- | regress/fuzz/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/fuzz/README.md b/regress/fuzz/README.md index 6f6dd18..be92b96 100644 --- a/regress/fuzz/README.md +++ b/regress/fuzz/README.md @@ -1,6 +1,6 @@ # Fuzzying gmid -Here are some notes on how to fuzz (some) gmid parts using afl. +Here are some notes on how to fuzz some parts of gmid using afl. - run `make -C ../../ clean` beforehand so that we compile all relevant sources with afl-clang. Then, clean again before rebuilding gmid. |