summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-group.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-12-05 19:26:39 +0100
committerDavid Sterba <dsterba@suse.com>2023-12-15 23:00:04 +0100
commiteefaf0a1a6f10726faa4d1b7800fdf307e97ef55 (patch)
treebfe6eee0147d98a9b86423d9d26a6a6bcf43329c /fs/btrfs/block-group.c
parent4618d0a66b505a81cc39b17935118227a7fc24f8 (diff)
downloadlinux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.tar.gz
linux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.tar.bz2
linux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.zip
btrfs: fix typos found by codespell
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/block-group.c')
-rw-r--r--fs/btrfs/block-group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/block-group.c b/fs/btrfs/block-group.c
index 4365f7b6b94d..a9be9ac99222 100644
--- a/fs/btrfs/block-group.c
+++ b/fs/btrfs/block-group.c
@@ -2882,7 +2882,7 @@ int btrfs_inc_block_group_ro(struct btrfs_block_group *cache,
goto unlock_out;
/*
- * Skip chunk alloction if the bg is SYSTEM, this is to avoid system
+ * Skip chunk allocation if the bg is SYSTEM, this is to avoid system
* chunk allocation storm to exhaust the system chunk array. Otherwise
* we still want to try our best to mark the block group read-only.
*/