]> git.saurik.com Git - redis.git/blobdiff - src/t_set.c
Merge pull request #544 from dvirsky/2.6
[redis.git] / src / t_set.c
index 08110b83cb69db965d7bb80cc0d67970d0ab8478..fada1095aef1f6317a976e6f665de022de0962b2 100644 (file)
@@ -187,7 +187,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;