diff options
Diffstat (limited to 'mysys/hash.c')
-rw-r--r-- | mysys/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/hash.c b/mysys/hash.c index ffebdf76144..28f8797288c 100644 --- a/mysys/hash.c +++ b/mysys/hash.c @@ -103,7 +103,7 @@ static inline void hash_free_elements(HASH *hash) hash_free() hash the hash to delete elements of - NOTES: Hash can't be reused wuthing calling hash_init again. + NOTES: Hash can't be reused without calling hash_init again. */ void hash_free(HASH *hash) |