X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/794e6ce14ff85f00b0d3e86365e9cc45a90d3bcf..749aac72ad980bf08b04655634590b80e2fd014c:/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;