From 99b409af7830208aae3fadc92e2ee45b943f1ddc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 03:06:26 +0000 Subject: Spelling fixes * automover * avoiding * compress * fails * successfully * success * tidiness --- extstore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extstore.c') 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 -- cgit v1.2.1