mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
btrfs: qgroup: fix a typo in a comment
Add a missing 'r'. s/qgoup/qgroup/ . Codespell does not catch that for some reason. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6ea1a5264b
commit
03ad25310f
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ static int __add_relation_rb(struct btrfs_qgroup *member, struct btrfs_qgroup *p
|
|||
}
|
||||
|
||||
/*
|
||||
* Add relation specified by two qgoup ids.
|
||||
* Add relation specified by two qgroup ids.
|
||||
*
|
||||
* Must be called with qgroup_lock held.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue