[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87ttxncq8l.fsf@meer.lwn.net>
Date: Mon, 10 Apr 2023 16:43:54 -0600
From: Jonathan Corbet <corbet@....net>
To: Kim Phillips <kim.phillips@....com>,
Mike Rapoport <rppt@...nel.org>, linux-doc@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Kim Phillips <kim.phillips@....com>
Subject: Re: [PATCH] docs/mm: Physical Memory: Fix grammar
Kim Phillips <kim.phillips@....com> writes:
> it's -> its
> referenced to by -> referenced by
>
> Fixes: 5d8c5e430a63 ("docs/mm: Physical Memory: add structure, introduction and nodes description")
> Signed-off-by: Kim Phillips <kim.phillips@....com>
> ---
> Documentation/mm/physical_memory.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/mm/physical_memory.rst b/Documentation/mm/physical_memory.rst
> index 1bc888d36ea1..df2ed81e3639 100644
> --- a/Documentation/mm/physical_memory.rst
> +++ b/Documentation/mm/physical_memory.rst
> @@ -19,7 +19,7 @@ a bank of memory very suitable for DMA near peripheral devices.
>
> Each bank is called a node and the concept is represented under Linux by a
> ``struct pglist_data`` even if the architecture is UMA. This structure is
> -always referenced to by it's typedef ``pg_data_t``. ``A pg_data_t`` structure
> +always referenced by its typedef ``pg_data_t``. A ``pg_data_t`` structure
> for a particular node can be referenced by ``NODE_DATA(nid)`` macro where
> ``nid`` is the ID of that node.
Applied, thanks.
jon
Powered by blists - more mailing lists