]> git.saurik.com Git - redis.git/blobdiff - src/rdb.c
Revert "Scripting: redis.NIL to return nil bulk replies."
[redis.git] / src / rdb.c
index 90c2ea0843fef07fdc733ec3be7cd2fb67d554da..fd9fcacf2de3e855d88e5d8ec123d1a554caf4c3 100644 (file)
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -803,7 +803,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
             }
 
             /* This will also be called when the set was just converted
-             * to regular hashtable encoded set */
+             * to regular hash table encoded set */
             if (o->encoding == REDIS_ENCODING_HT) {
                 dictAdd((dict*)o->ptr,ele,NULL);
             } else {