X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/84bcd3aa24eabed2a5295dc3450e6f45aa79049c..eb6e7eb94df3f29b33dcdf40b1790dadc7f37f50:/src/rdb.c diff --git a/src/rdb.c b/src/rdb.c index 8ffd2c28..f9ad9f94 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -798,7 +798,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) { } /* This will also be called when the set was just converted - * to regular hashtable encoded set */ + * to a regular hash table encoded set */ if (o->encoding == REDIS_ENCODING_HT) { dictAdd((dict*)o->ptr,ele,NULL); } else {