From: Erik Dubbelboer Date: Sat, 7 Apr 2012 12:45:53 +0000 (+0300) Subject: Update src/dict.c X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/8d16e7a3c635fe89d9eec207ab630a028150bb7c?hp=65fd32ab0a7ff1d3d052e3b70dcceac6719de58c Update src/dict.c --- diff --git a/src/dict.c b/src/dict.c index 629a9391..e0622197 100644 --- a/src/dict.c +++ b/src/dict.c @@ -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);