summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2019-04-26 23:41:07 -0700
committerdormando <dormando@rydia.net>2019-04-26 23:41:07 -0700
commit7a483b34e011c6e0a927da3892cbfda6c23fb71f (patch)
treed69a16c04c6c834c627a13e7fde1013cd9a42d28 /cache.h
parent6eeaadfce6c9c184fabaf2f88d7fff3f42735286 (diff)
downloadmemcached-7a483b34e011c6e0a927da3892cbfda6c23fb71f.tar.gz
fix comment in cache.h
@hujiecs reported on github but repository was lost.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 42eb989..a602550 100644
--- a/cache.h
+++ b/cache.h
@@ -34,8 +34,7 @@ typedef int cache_constructor_t(void* obj, void* notused1, int notused2);
* returned to the operating system.
*
* @param obj pointer to the object to clean up.
- * @param notused1 This parameter is currently not used.
- * @param notused2 This parameter is currently not used.
+ * @param notused This parameter is currently not used.
* @return you should return 0, but currently this is not checked
*/
typedef void cache_destructor_t(void* obj, void* notused);