X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7b81e5a16ca577b7aa10dd0398cce4ba9cdf0842..7eb850ef0e437323e2d84157ddc2e6e82af57bbc:/src/t_set.c?ds=sidebyside 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;