diff options
author | David Sterba <dsterba@suse.com> | 2023-12-05 19:26:39 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-12-15 23:00:04 +0100 |
commit | eefaf0a1a6f10726faa4d1b7800fdf307e97ef55 (patch) | |
tree | bfe6eee0147d98a9b86423d9d26a6a6bcf43329c /fs/btrfs/block-group.c | |
parent | 4618d0a66b505a81cc39b17935118227a7fc24f8 (diff) |
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.c | 2 |
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. */ |