2022-08-06 19:57:27

by Christophe JAILLET

[permalink] [raw]
Subject: [PATCH] btrfs: qgroup: Fix a typo in a comment

Add a missing 'r'.
s/qgoup/qgroup/

Signed-off-by: Christophe JAILLET <[email protected]>
---
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


2022-09-09 15:05:22

by David Sterba

[permalink] [raw]
Subject: Re: [PATCH] btrfs: qgroup: Fix a typo in a comment

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.