Fixed some spelling errors in the comments

This commit is contained in:
Erik Dubbelboer
2012-04-07 14:40:29 +02:00
parent 69e7958918
commit 65fd32ab0a
4 changed files with 16 additions and 16 deletions

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