Fix capitalization

This commit is contained in:
Jason A. Harmening 2015-10-23 12:06:06 +00:00
parent a50730587b
commit 7c989c156f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289826

View File

@ -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.
*/