diff options
author | paul@kite-hub.kitebird.com <> | 2004-06-03 11:52:54 -0500 |
---|---|---|
committer | paul@kite-hub.kitebird.com <> | 2004-06-03 11:52:54 -0500 |
commit | 2f0ca1ce424a26f71d4b6ec85d890060ecb73c68 (patch) | |
tree | b6459e6d651d238a8d518e834adcb05db8ffcf04 /heap | |
parent | deaa73fe42ba8c430c52c7e31c65af05cb19da0e (diff) | |
download | mariadb-git-2f0ca1ce424a26f71d4b6ec85d890060ecb73c68.tar.gz |
Fix skipp -> skip once and for all.
(Note: This affects only comments, not variable names.)
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_hash.c | 2 |
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; |