fix comments forgotten in #285 (zipmap -> ziplist)

This commit is contained in:
Pierre Chapuis
2013-01-28 11:07:17 +01:00
committed by antirez
parent cc55a4525a
commit 0d470b4c43
2 changed files with 3 additions and 3 deletions

View File

@ -537,7 +537,7 @@ dictType commandTableDictType = {
NULL /* val destructor */
};
/* Hash type hash table (note that small hashes are represented with zipmaps) */
/* Hash type hash table (note that small hashes are represented with ziplists) */
dictType hashDictType = {
dictEncObjHash, /* hash function */
NULL, /* key dup */