summaryrefslogtreecommitdiff
path: root/heap/hp_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/hp_hash.c')
-rw-r--r--heap/hp_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_hash.c b/heap/hp_hash.c
index 38ed581fe58..1f36f9b3059 100644
--- a/heap/hp_hash.c
+++ b/heap/hp_hash.c
@@ -236,7 +236,7 @@ ulong hp_hashnr(register HP_KEYDEF *keydef, register const byte *key)
key+=seg->length;
if (seg->null_bit)
{
- key++; /* Skipp null byte */
+ key++; /* Skip null byte */
if (*pos) /* Found null */
{
nr^= (nr << 1) | 1;