Re: [PATCH] mm: Fixed multiple typos in multiple files

From: Randy Dunlap
Date: Sat Oct 14 2023 - 12:26:47 EST




On 10/14/23 08:45, Matthew Wilcox wrote:
> On Sat, Oct 14, 2023 at 08:31:35AM -0700, Randy Dunlap wrote:
>>> /*
>>> - * The caller from rmap relay on disabled preemption becase they never
>>> + * The caller from rmap relay on disabled preemption because they never
>>> * update their counter from in-interrupt context. For these two
>>
>> I don't know what that (partial) sentence is trying to say...
>> Maybe someone else does.
>
> s/relay/rely/

Duh. Thanks.

So either:

+ * The callers from rmap rely on disabled preemption because they never
or
+ * The caller from rmap relies on disabled preemption because they never

but the entire paragraph still needs some care IMO.

--
~Randy