]> git.saurik.com Git - redis.git/commitdiff
Update src/rdb.c
authorErik Dubbelboer <erik@dubbelboer.com>
Sat, 7 Apr 2012 12:48:30 +0000 (15:48 +0300)
committerErik Dubbelboer <erik@dubbelboer.com>
Sat, 7 Apr 2012 12:48:30 +0000 (15:48 +0300)
src/rdb.c

index f328f00606f704c52fe573fd906602985c47c8db..d6d1fcc6c14e17b86e025660697d5dccd7c03d95 100644 (file)
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
             }
 
             /* This will also be called when the set was just converted
-             * to regular hash table encoded set */
+             * to regular hash table encoded set */
             if (o->encoding == REDIS_ENCODING_HT) {
                 dictAdd((dict*)o->ptr,ele,NULL);
             } else {