[PATCH] btrfs: qgroup: Fix a typo in a comment

Christophe JAILLET posted 1 patch 3 years, 8 months ago
fs/btrfs/qgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] btrfs: qgroup: Fix a typo in a comment
Posted by Christophe JAILLET 3 years, 8 months ago
Add a missing 'r'.
s/qgoup/qgroup/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
 fs/btrfs/qgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c
index db723c0026bd..6d6eebaed730 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.
  *
-- 
2.34.1
Re: [PATCH] btrfs: qgroup: Fix a typo in a comment
Posted by David Sterba 3 years, 7 months ago
On Sat, Aug 06, 2022 at 09:42:34PM +0200, Christophe JAILLET wrote:
> Add a missing 'r'.
> s/qgoup/qgroup/

I don't know why codespell does not catch it, I don't have other typo
fixes so I'll apply this. Thanks.