]> git.saurik.com Git - redis.git/blobdiff - src/dict.c
Update src/dict.c
[redis.git] / 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);