Skip to content

Commit 7332f9e

Browse files
kimphillamdJonathan Corbet
authored andcommitted
docs/mm: Physical Memory: Fix grammar
it's -> its referenced to by -> referenced by Signed-off-by: Kim Phillips <kim.phillips@amd.com> Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org> Link: https://lore.kernel.org/r/20230331165254.207526-1-kim.phillips@amd.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 911ac79 commit 7332f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/mm/physical_memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a bank of memory very suitable for DMA near peripheral devices.
1919

2020
Each bank is called a node and the concept is represented under Linux by a
2121
``struct pglist_data`` even if the architecture is UMA. This structure is
22-
always referenced to by it's typedef ``pg_data_t``. ``A pg_data_t`` structure
22+
always referenced by its typedef ``pg_data_t``. A ``pg_data_t`` structure
2323
for a particular node can be referenced by ``NODE_DATA(nid)`` macro where
2424
``nid`` is the ID of that node.
2525

0 commit comments

Comments
 (0)