about summary refs log tree commit diff
path: root/include/hash.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 09:43:09 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 09:43:09 +0200
commit9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (patch)
tree02f5b7ac6803ffcadb5049a92607e54307bf97c2 /include/hash.h
parent7151651ea9a87f394cf7f44fcba56cd0d2b7eefa (diff)
downloadafl++-9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7.tar.gz
credits and license header for src/* and include/*
Diffstat (limited to 'include/hash.h')
-rw-r--r--include/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hash.h b/include/hash.h
index f60839ea..0ffaa410 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -1,6 +1,6 @@
 /*
-   american fuzzy lop - hashing function
-   -------------------------------------
+   american fuzzy lop++ - hashing function
+   ---------------------------------------
 
    The hash32() function is a variant of MurmurHash3, a good
    non-cryptosafe hashing function developed by Austin Appleby.