summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
author祁冰 <biwing@outlook.com>2016-05-01 23:41:59 +0800
committerdormando <dormando@rydia.net>2016-05-29 17:38:53 -0700
commit2f313508c9b92734e03c574528f62ef9ae9be490 (patch)
tree45dd48952b9ee36ab808f1363ad0d962b9e8a486 /cache.h
parent2d4dc6033b9badedebfca4ffa55809b93ca10367 (diff)
downloadmemcached-2f313508c9b92734e03c574528f62ef9ae9be490.tar.gz
fix typo of comments in cache.h
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 1269503..7338d5d 100644
--- a/cache.h
+++ b/cache.h
@@ -31,7 +31,7 @@ typedef int cache_constructor_t(void* obj, void* notused1, int notused2);
* Destructor used to clean up allocated objects before they are
* returned to the operating system.
*
- * @param obj pointer to the object to initialized.
+ * @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.
* @return you should return 0, but currently this is not checked