From b1d39a42a4efd640df365447aadb719eadf7fa49 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 26 Nov 2018 18:01:42 +0100 Subject: btrfs-progs: fix typos in comments Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref Signed-off-by: David Sterba --- check/mode-lowmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check/mode-lowmem.c') diff --git a/check/mode-lowmem.c b/check/mode-lowmem.c index 94123c17..6fb397ab 100644 --- a/check/mode-lowmem.c +++ b/check/mode-lowmem.c @@ -2636,7 +2636,7 @@ again: if (err & LAST_ITEM) goto out; - /* still have inode items in thie leaf */ + /* still have inode items in this leaf */ if (cur->start == cur_bytenr) goto again; @@ -2674,7 +2674,7 @@ out: /* * @level if @level == -1 means extent data item - * else normal treeblocl. + * else normal treeblock. */ static int should_check_extent_strictly(struct btrfs_root *root, struct node_refs *nrefs, int level) -- cgit v1.2.3