summaryrefslogtreecommitdiff
path: root/extstore.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 /extstore.c
parent7a646616fa176b1771d081d810d5de6bf639446a (diff)
downloadmemcached-99b409af7830208aae3fadc92e2ee45b943f1ddc.tar.gz
Spelling fixes
* automover * avoiding * compress * fails * successfully * success * tidiness
Diffstat (limited to 'extstore.c')
-rw-r--r--extstore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extstore.c b/extstore.c
index 02558c0..df7ba0e 100644
--- a/extstore.c
+++ b/extstore.c
@@ -510,7 +510,7 @@ void extstore_write(void *ptr, obj_io *io) {
/* engine submit function; takes engine, item_io stack.
* lock io_thread context and add stack?
* signal io thread to wake.
- * return sucess.
+ * return success.
*/
int extstore_submit(void *ptr, obj_io *io) {
store_engine *e = (store_engine *)ptr;
@@ -603,7 +603,7 @@ void extstore_close_page(void *ptr, unsigned int page_id, uint64_t page_version)
/* Finds an attached wbuf that can satisfy the read.
* Since wbufs can potentially be flushed to disk out of order, they are only
- * removed as the head of the list successfuly flushes to disk.
+ * removed as the head of the list successfully flushes to disk.
*/
// call with *p locked
// FIXME: protect from reading past wbuf