]> git.saurik.com Git - redis.git/commitdiff
Update src/dict.c
authorErik Dubbelboer <erik@dubbelboer.com>
Sat, 7 Apr 2012 12:45:53 +0000 (15:45 +0300)
committerErik Dubbelboer <erik@dubbelboer.com>
Sat, 7 Apr 2012 12:45:53 +0000 (15:45 +0300)
src/dict.c

index 629a9391766d0a9131f3e81da345cf638fddeeb8..e0622197f8d6540f8850ffd66bbe08e4f402d0fe 100644 (file)
@@ -280,7 +280,7 @@ int dictAdd(dict *d, void *key, void *val)
  * a value returns the dictEntry structure to the user, that will make
  * sure to fill the value field as he wishes.
  *
- * This function is also directly exposed to user API to be called
+ * This function is also directly exposed to the user API to be called
  * mainly in order to store non-pointers inside the hash value, example:
  *
  * entry = dictAddRaw(dict,mykey);