Fixed some spelling errors in the comments

This commit is contained in:
Erik Dubbelboer
2012-04-07 14:40:29 +02:00
committed by antirez
parent e04be06e89
commit 04779bdfe1
4 changed files with 16 additions and 16 deletions

View 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;