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/qgroup.c | |
parent | btrfs: fix mismatching parameter names for btrfs_get_extent() (diff) | |
download | linux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.tar.xz linux-eefaf0a1a6f10726faa4d1b7800fdf307e97ef55.zip |
btrfs: fix typos found by codespell
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/qgroup.c')
-rw-r--r-- | fs/btrfs/qgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index e46774e8f49f..63b426cc7798 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs/qgroup.c @@ -194,7 +194,7 @@ static struct btrfs_qgroup *find_qgroup_rb(struct btrfs_fs_info *fs_info, * * Must be called with qgroup_lock held and @prealloc preallocated. * - * The control on the lifespan of @prealloc would be transfered to this + * The control on the lifespan of @prealloc would be transferred to this * function, thus caller should no longer touch @prealloc. */ static struct btrfs_qgroup *add_qgroup_rb(struct btrfs_fs_info *fs_info, |