The word 'journaling' is spelt with a single 'l' throughout the Linux
source code, and this spelling is also found in the Oxford dictionary
and used in other projects in general.

Signed-off-by: Phil Viana <[email protected]>
---
 drivers/md/bcache/bset.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c
index a0f190a..d33f5ad 100644
--- a/drivers/md/bcache/bset.c
+++ b/drivers/md/bcache/bset.c
@@ -31,7 +31,7 @@ int bch_keylist_realloc(struct keylist *l, int nptrs, struct 
cache_set *c)
        unsigned newsize = oldsize + 2 + nptrs;
        uint64_t *new;
 
-       /* The journalling code doesn't handle the case where the keys to insert
+       /* The journaling code doesn't handle the case where the keys to insert
         * is bigger than an empty write: If we just return -ENOMEM here,
         * bio_insert() and bio_invalidate() will insert the keys created so far
         * and finish the rest when the keylist is empty.
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-bcache" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to