From: Christophe JAILLET Date: Sat, 6 Aug 2022 19:42:34 +0000 (+0200) Subject: btrfs: qgroup: fix a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=03ad25310fd45e52ab3a5a3c3e367aec4f7bd364;p=linux.git 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 Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c index f4dc5aa3f7003..9334c3157c22e 100644 --- a/fs/btrfs/qgroup.c +++ b/fs/btrfs/qgroup.c @@ -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. *