Update src/dict.c

This commit is contained in:
Erik Dubbelboer 2012-04-07 15:45:53 +03:00
parent 65fd32ab0a
commit 8d16e7a3c6

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