Re: [PATCH] rust: rbtree: fix minor typos in comments

From: Atharv Dubey
Date: Mon Dec 01 2025 - 11:41:56 EST


On Mon, Dec 01, 2025 at 05:12:33PM +0100, Miguel Ojeda wrote:
> On Mon, Dec 1, 2025 at 5:07 PM Atharv Dubey <atharvd440@xxxxxxxxx> wrote:
> >
> > This patch corrects a few small grammatical errors in the
>
> s/few/couple?
>
> It is also not a grammatical error, no? i.e. it is just a typo within a word.
> Thanks for the feedback !, I'll update the commit message according to
> your suggestion.
> > Link: https://github.com/Rust-for-Linux/linux/issues/1206
>
> Thanks for doing these; however, since you already did other "good
> first issues", please do not do more to let others pick them up :)
>
> It is why I typically write "...to use it as a test to submit your
> first patch to the kernel." in the issue text.
>
> We can take this one since you did it already anyway. Please add the
> Suggested-by tag as well.
> Got it, will keep this in mind for future contributions.
> Thanks!
>
> Cheers,
> Miguel