aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-23 18:38:12 +0100
committervan Hauser <vh@thc.org>2020-12-23 18:38:12 +0100
commit849b8cd0840ade686c58c309810ad89b276b9755 (patch)
treea852c26e745bb927c27286938c041120fe7dd710 /README.md
parent03849d147a69cf627746a8ad5f1b653367a56ff5 (diff)
downloadAFLplusplus-849b8cd0840ade686c58c309810ad89b276b9755.tar.gz
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ea06140..9f74329c 100644
--- a/README.md
+++ b/README.md
@@ -296,7 +296,7 @@ Clickable README links for the chosen compiler:
* [LTO mode - afl-clang-lto](instrumentation/README.lto.md)
* [LLVM mode - afl-clang-fast](instrumentation/README.llvm.md)
* [GCC_PLUGIN mode - afl-gcc-fast](instrumentation/README.gcc_plugin.md)
- * GCC/CLANG mode (afl-gcc/afl-clant) have no README as they have no own features
+ * GCC/CLANG mode (afl-gcc/afl-clang) have no README as they have no own features
You can select the mode for the afl-cc compiler by:
1. use a symlink to afl-cc: afl-gcc, afl-g++, afl-clang, afl-clang++,