summaryrefslogtreecommitdiff
path: root/storage.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-03-11 03:06:26 +0000
committerdormando <dormando@rydia.net>2018-03-14 12:43:44 -0700
commit99b409af7830208aae3fadc92e2ee45b943f1ddc (patch)
treef97bda6bf2b5a950033d1e5a8343f3c951be0efd /storage.c
parent7a646616fa176b1771d081d810d5de6bf639446a (diff)
downloadmemcached-99b409af7830208aae3fadc92e2ee45b943f1ddc.tar.gz
Spelling fixes
* automover * avoiding * compress * fails * successfully * success * tidiness
Diffstat (limited to 'storage.c')
-rw-r--r--storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage.c b/storage.c
index 6e61cd8..0b2b296 100644
--- a/storage.c
+++ b/storage.c
@@ -57,7 +57,7 @@ int lru_maintainer_store(void *storage, const int clsid) {
if (hdr_it != NULL) {
int bucket = (it->it_flags & ITEM_CHUNKED) ?
PAGE_BUCKET_CHUNKED : PAGE_BUCKET_DEFAULT;
- // Compres soon to expire items into similar pages.
+ // Compress soon to expire items into similar pages.
if (it->exptime - current_time < settings.ext_low_ttl) {
bucket = PAGE_BUCKET_LOWTTL;
}