From: Erik Dubbelboer Date: Sat, 7 Apr 2012 12:48:30 +0000 (+0300) Subject: Update src/rdb.c X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/e1d9857b123d41a4c9d03cb8bc05ea62acc0b066?ds=inline;hp=--cc Update src/rdb.c --- e1d9857b123d41a4c9d03cb8bc05ea62acc0b066 diff --git a/src/rdb.c b/src/rdb.c index f328f006..d6d1fcc6 100644 --- 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 a regular hash table encoded set */ if (o->encoding == REDIS_ENCODING_HT) { dictAdd((dict*)o->ptr,ele,NULL); } else {