All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: check: typo in an error message: "boudnary"
@ 2020-03-27  0:55 Adam Borowski
  2020-03-27  1:04 ` Marcos Paulo de Souza
  2020-03-27 15:17 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Borowski @ 2020-03-27  0:55 UTC (permalink / raw)
  To: David Sterba, linux-btrfs; +Cc: Adam Borowski

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;
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-27 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27  0:55 [PATCH] btrfs-progs: check: typo in an error message: "boudnary" Adam Borowski
2020-03-27  1:04 ` Marcos Paulo de Souza
2020-03-27 15:17 ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.