mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-27 00:22:22 +00:00
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>
This commit is contained in:
parent
2e53604e6d
commit
75041ac126
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user