Commit 7332f9e4 authored by Kim Phillips's avatar Kim Phillips Committed by Jonathan Corbet
Browse files

docs/mm: Physical Memory: Fix grammar

parent 911ac797
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
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
``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
for a particular node can be referenced by ``NODE_DATA(nid)`` macro where
``nid`` is the ID of that node.
``nid`` is the ID of that node.