summaryrefslogtreecommitdiff
path: root/chunk-recover.c
diff options
context:
space:
mode:
authorZhao Lei <zhaolei@cn.fujitsu.com>2015-09-02 16:57:44 +0200
committerDavid Sterba <dsterba@suse.com>2015-09-02 18:56:54 +0200
commit75041ac126e34f2e11a2e17b21e00f3b34749e91 (patch)
tree49adf2621aeda187330fc3630d4b6334627de4d9 /chunk-recover.c
parent2e53604e6db35f727f417326642a793b0b346938 (diff)
btrfs-progs: Fix some spelling typos in chunk-recover.c
Only comment, not big issue. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'chunk-recover.c')
-rw-r--r--chunk-recover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chunk-recover.c b/chunk-recover.c
index 7c20b716..e256070a 100644
--- a/chunk-recover.c
+++ b/chunk-recover.c
@@ -261,7 +261,7 @@ again:
list_del_init(&exist->list);
free(exist);
/*
- * We must do seach again to avoid the following cache.
+ * We must do search again to avoid the following cache.
* /--old bg 1--//--old bg 2--/
* /--new bg--/
*/
@@ -2312,7 +2312,7 @@ static void validate_rebuild_chunks(struct recover_control *rc)
}
/*
- * Return 0 when succesful, < 0 on error and > 0 if aborted by user
+ * Return 0 when successful, < 0 on error and > 0 if aborted by user
*/
int btrfs_recover_chunk_tree(char *path, int verbose, int yes)
{