svn commit: r289826 - head/sys/vm

Jason A. Harmening jah at FreeBSD.org
Fri Oct 23 12:06:08 UTC 2015


Author: jah
Date: Fri Oct 23 12:06:06 2015
New Revision: 289826
URL: https://svnweb.freebsd.org/changeset/base/289826

Log:
  Fix capitalization

Modified:
  head/sys/vm/vm_page.h

Modified: head/sys/vm/vm_page.h
==============================================================================
--- head/sys/vm/vm_page.h	Fri Oct 23 12:03:25 2015	(r289825)
+++ head/sys/vm/vm_page.h	Fri Oct 23 12:06:06 2015	(r289826)
@@ -376,7 +376,7 @@ extern long first_page;			/* first physi
 #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.
  */


More information about the svn-src-head mailing list