diff mbox series

[for-next,3/3] btrfs: fix a typo in comment

Message ID 20210201085204.700090-4-naohiro.aota@wdc.com (mailing list archive)
State New, archived
Headers show
Series Fix potential deadlock, types and typo in zoned series | expand

Commit Message

Naohiro Aota Feb. 1, 2021, 8:52 a.m. UTC
Fixes: 9e802babe329 ("btrfs: allow zoned mode on non-zoned block devices")
Reported-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
---
 fs/btrfs/zoned.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/btrfs/zoned.c b/fs/btrfs/zoned.c
index 362df27040ff..746066d2fd3c 100644
--- a/fs/btrfs/zoned.c
+++ b/fs/btrfs/zoned.c
@@ -490,7 +490,7 @@  int btrfs_check_zoned_mode(struct btrfs_fs_info *fs_info)
 
 		model = bdev_zoned_model(device->bdev);
 		/*
-		 * A Host-Managed zoned device msut be used as a zoned
+		 * A Host-Managed zoned device must be used as a zoned
 		 * device. A Host-Aware zoned device and a non-zoned devices
 		 * can be treated as a zoned device, if ZONED flag is
 		 * enabled in the superblock.