btrfs-progs: check: typo in an error message: "boudnary"

Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com>
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: David Sterba <dsterba@suse.com>
Adam Borowski 2020-03-27 01:55:05 +01:00 committed by David Sterba
parent 58552e0a06
commit ac405aa597
1 changed files with 1 additions and 1 deletions

View File

@ -8650,7 +8650,7 @@ static int check_dev_extents(struct btrfs_fs_info *fs_info)
}
if (physical_offset + physical_len > dev->total_bytes) {
error(
"dev extent devid %llu physical offset %llu len %llu is beyond device boudnary %llu",
"dev extent devid %llu physical offset %llu len %llu is beyond device boundary %llu",
devid, physical_offset, physical_len,
dev->total_bytes);
ret = -EUCLEAN;