s/bondary/boundary/

Signed-off-by: Bhaskar Chowdhury <unixbhas...@gmail.com>
---
 fs/btrfs/volumes.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 1c6810bbaf8b..ac85558b91c2 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -7797,7 +7797,7 @@ static int verify_one_dev_extent(struct btrfs_fs_info 
*fs_info,
                ret = -EUCLEAN;
        }

-       /* Make sure no dev extent is beyond device bondary */
+       /* Make sure no dev extent is beyond device boundary */
        dev = btrfs_find_device(fs_info->fs_devices, devid, NULL, NULL);
        if (!dev) {
                btrfs_err(fs_info, "failed to find devid %llu", devid);
--
2.26.2

Reply via email to