diff options
author | van Hauser <vh@thc.org> | 2020-11-14 09:13:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 09:13:56 +0100 |
commit | 81493e4fe1551a898ccbcfc0ebdffbf2b9db6e0e (patch) | |
tree | e817f9d4b58b80937fd6330b810e3a09d574c294 | |
parent | 7db5d87a32fadf65d97022a3fe87fcb033752a1e (diff) | |
parent | 389ee822e80a8b003034ccc69fbcbc356750f0d3 (diff) | |
download | afl++-81493e4fe1551a898ccbcfc0ebdffbf2b9db6e0e.tar.gz |
Merge pull request #603 from musicinmybrain/dev
Minor typo and phrasing fixes in README.md and CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 4 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ccacef5f..c36ed9d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,9 +16,9 @@ project, or added a file in a directory we already format, otherwise run: ``` Regarding the coding style, please follow the AFL style. -No camel case at all and use the AFL's macros wherever possible +No camel case at all and use AFL's macros wherever possible (e.g. WARNF, FATAL, MAP_SIZE, ...). Remember that AFLplusplus has to build and run on many platforms, so generalize your Makefiles/GNUmakefile (or your patches to our pre-existing -Makefiles) to be as much generic as possible. +Makefiles) to be as generic as possible. diff --git a/README.md b/README.md index b1e20f75..494a6bb7 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ afl++ is a superior fork to Google's afl - more speed, more and better mutations, more and better instrumentation, custom module support, etc. - If you want to use afl++ for you academic work, check the [papers page](https://aflplus.plus/papers/) - in the website. + If you want to use afl++ for your academic work, check the [papers page](https://aflplus.plus/papers/) + on the website. ## Major changes in afl++ 3.0 |