Fix capitalization
This commit is contained in:
parent
a50730587b
commit
7c989c156f
@ -376,7 +376,7 @@ extern long first_page; /* first physical page number */
|
||||
#define VM_PAGE_TO_PHYS(entry) ((entry)->phys_addr)
|
||||
|
||||
/*
|
||||
* PHYS_TO_VM_PAGE() Returns the vm_page_t object that represents a memory
|
||||
* PHYS_TO_VM_PAGE() returns the vm_page_t object that represents a memory
|
||||
* page to which the given physical address belongs. The correct vm_page_t
|
||||
* object is returned for addresses that are not page-aligned.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user