about summary refs log tree commit diff
path: root/llvm_mode
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-18 22:43:30 +0200
committerhexcoder- <heiko@hexco.de>2019-10-18 22:43:30 +0200
commit230c135d4e05d810397138f2b6eb1927955f8900 (patch)
treeb378ad7d5c7ebc8d7fc4fdb6caa47359d274c9fc /llvm_mode
parentbf544af690798436892b313de80855d348ad272c (diff)
downloadafl++-230c135d4e05d810397138f2b6eb1927955f8900.tar.gz
typo in names
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile
index 55bfab59..0360bfbe 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -220,7 +220,7 @@ vpath  % ..
 	@../$* -h 2>&1 | tail -n +4 >> ../$@
 	@echo >> ../$@
 	@echo .SH AUTHOR >> ../$@
-	@echo "afl++ was written by Michal \"lcamtuf\" Zalewski and is maintained by Marc \"van Hauser\" Heuse <mh@mh-sec.de>, Heiko \"hexc0der\" Eissfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com>" >> ../$@
+	@echo "afl++ was written by Michal \"lcamtuf\" Zalewski and is maintained by Marc \"van Hauser\" Heuse <mh@mh-sec.de>, Heiko \"hexcoder-\" Eissfeldt <heiko.eissfeldt@hexco.de> and Andrea Fioraldi <andreafioraldi@gmail.com>" >> ../$@
 	@echo  The homepage of afl++ is: https://github.com/vanhauser-thc/AFLplusplus >> ../$@
 	@echo >> ../$@
 	@echo .SH LICENSE >> ../$@