diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-11-15 11:26:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 11:26:10 +0100 |
commit | d8264390d2c4b3bbcf3ffe88511053b884f73de7 (patch) | |
tree | 8e2bebc1fcfe4a687b39c1d58b3b59a25e9358b7 | |
parent | a9972fe5594361a1e646296b5a183b474a7453cf (diff) | |
download | afl++-d8264390d2c4b3bbcf3ffe88511053b884f73de7.tar.gz |
typos
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03515c2d..491bb84f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,14 +6,14 @@ Each modified source file, before merging, must be formatted. make code-formatter ``` -This should be fine if you modified one of the file already present in the +This should be fine if you modified one of the files already present in the project, otherwise run: ``` ./.custom-format.py -i file-that-you-have-created.c ``` -Regards the codyng style, please follow the AFL style. +Regarding the coding style, please follow the AFL style. No camel case at all and use the AFL's macros when possible (e.g. WARNF, FATAL, ...). -Remeber that AFLplusplus has to build and run on many platforms, so generalize your Makefiles (or your patches to our pre-existing Makefiles) to be as much general as possible. +Remember that AFLplusplus has to build and run on many platforms, so generalize your Makefiles (or your patches to our pre-existing Makefiles) to be as much general as possible. |