linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs: qgroup: Fix a typo in a comment
@ 2022-08-06 19:42 Christophe JAILLET
  2022-09-09 14:44 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2022-08-06 19:42 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba
  Cc: linux-kernel, kernel-janitors, Christophe JAILLET, linux-btrfs

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs: qgroup: Fix a typo in a comment
  2022-08-06 19:42 [PATCH] btrfs: qgroup: Fix a typo in a comment Christophe JAILLET
@ 2022-09-09 14:44 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2022-09-09 14:44 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Chris Mason, Josef Bacik, David Sterba, linux-kernel,
	kernel-janitors, linux-btrfs

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-06 19:42 [PATCH] btrfs: qgroup: Fix a typo in a comment Christophe JAILLET
2022-09-09 14:44 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).