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

This commit is contained in:
Pierre Chapuis
2013-01-28 11:07:17 +01:00
parent 61853a9c75
commit 50d43a9823
2 changed files with 3 additions and 3 deletions

View File

@ -539,7 +539,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 */