summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/hashtable.c b/fuzz/hashtable.c
index 35cf9c8f3b..b58d48b225 100644
--- a/fuzz/hashtable.c
+++ b/fuzz/hashtable.c
@@ -130,7 +130,7 @@ int FuzzerTestOneInput(const uint8_t *buf, size_t len)
/*
* We need at least 11 bytes to be able to do anything here
- * 1 byte to detect the operation to preform, 2 bytes
+ * 1 byte to detect the operation to perform, 2 bytes
* for the lookup key, and 8 bytes of value
*/
if (len < 11) {