X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/c0ba9ebe13865189a3b21f7be8a910e349b59fda..d310fbedabd3101505b694f5c25a2e48480a3c2b:/src/t_set.c diff --git a/src/t_set.c b/src/t_set.c index 3cf1cf00..df8ade47 100644 --- a/src/t_set.c +++ b/src/t_set.c @@ -185,7 +185,7 @@ unsigned long setTypeSize(robj *subject) { } /* Convert the set to specified encoding. The resulting dict (when converting - * to a hashtable) is presized to hold the number of elements in the original + * to a hash table) is presized to hold the number of elements in the original * set. */ void setTypeConvert(robj *setobj, int enc) { setTypeIterator *si;