Re: [PATCH] Docs/mm/damon/design: fix a typo in the Address Unit section

From: Andrew Morton

Date: Fri Jun 12 2026 - 13:06:41 EST


On Fri, 12 Jun 2026 21:10:54 +0530 Shardul Deshpande <iamsharduld@xxxxxxxxx> wrote:

> The "Address Unit" section misspelled the C type that the DAMON core
> layer uses for monitoring target address ranges. Correct it to read
> "unsigned long".
>
> ...
>
> --- a/Documentation/mm/damon/design.rst
> +++ b/Documentation/mm/damon/design.rst
> @@ -140,7 +140,7 @@ as Idle page tracking does.
> Address Unit
> ------------
>
> -DAMON core layer uses ``unsinged long`` type for monitoring target address
> +DAMON core layer uses ``unsigned long`` type for monitoring target address
> ranges. In some cases, the address space for a given operations set could be
> too large to be handled with the type. ARM (32-bit) with large physical
> address extension is an example. For such cases, a per-operations set

Well we don't want our longs to be singed.

`grep -ri singed .' shows quite a few typos. "assinged" is popular.
Perhaps you could prepare a patch which fixes them all and adds
"assinged" to scripts/spelling.txt?