]> git.saurik.com Git - redis.git/blobdiff - src/t_set.c
BITCOUNT: fix segmentation fault.
[redis.git] / src / t_set.c
index 3cf1cf005ae7f79d2b919e036d3ceeaf17ce1fc4..df8ade4773b31a8c39b49b0257378f6da270b6f0 100644 (file)
@@ -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;