about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:16:54 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 17:16:54 +0100
commit3023a36d4d2d2f4549d637bd505ba9ebd743788b (patch)
treea86abfc74fe5b44dd93e671ba6dde8d141c7da96 /CONTRIBUTING.md
parent7a8e4018a59fdabef395ca730d6e73f95e8daaed (diff)
downloadafl++-3023a36d4d2d2f4549d637bd505ba9ebd743788b.tar.gz
Change "AFLplusplus" to "AFL++"
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c36ed9d8..0268b2e5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# How to submit a Pull Request to AFLplusplus
+# How to submit a Pull Request to AFL++
 
 All contributions (pull requests) must be made against our `dev` branch.
 
@@ -19,6 +19,6 @@ Regarding the coding style, please follow the AFL style.
 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
+Remember that AFL++ has to build and run on many platforms, so
 generalize your Makefiles/GNUmakefile (or your patches to our pre-existing
 Makefiles) to be as generic as possible.