diff mbox series

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

Message ID 20200327005505.126534-1-kilobyte@angband.pl (mailing list archive)
State New, archived
Headers show
Series btrfs-progs: check: typo in an error message: "boudnary" | expand

Commit Message

Adam Borowski March 27, 2020, 12:55 a.m. UTC
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 check/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcos Paulo de Souza March 27, 2020, 1:04 a.m. UTC | #1
On Fri, Mar 27, 2020 at 01:55:05AM +0100, Adam Borowski wrote:
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>
> ---
>  check/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/check/main.c b/check/main.c
> index 4115049a..484b0729 100644
> --- a/check/main.c
> +++ b/check/main.c
> @@ -8640,7 +8640,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;

LGTM,

Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com>

> -- 
> 2.26.0
>
David Sterba March 27, 2020, 3:17 p.m. UTC | #2
On Fri, Mar 27, 2020 at 01:55:05AM +0100, Adam Borowski wrote:
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>

Added to devel, thanks.
diff mbox series

Patch

diff --git a/check/main.c b/check/main.c
index 4115049a..484b0729 100644
--- a/check/main.c
+++ b/check/main.c
@@ -8640,7 +8640,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;