Merge pull request #914 from catwell/unstable

fix comments forgotten in #285 (zipmap -> ziplist)
This commit is contained in:
Salvatore Sanfilippo
2013-01-31 03:37:48 -08:00
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 */