svn commit: r251367 - head/sys/vm

Alan Cox alc at FreeBSD.org
Tue Jun 4 05:44:53 UTC 2013


Author: alc
Date: Tue Jun  4 05:44:52 2013
New Revision: 251367
URL: http://svnweb.freebsd.org/changeset/base/251367

Log:
  Update a comment.

Modified:
  head/sys/vm/vm_page.h

Modified: head/sys/vm/vm_page.h
==============================================================================
--- head/sys/vm/vm_page.h	Tue Jun  4 05:41:38 2013	(r251366)
+++ head/sys/vm/vm_page.h	Tue Jun  4 05:44:52 2013	(r251367)
@@ -74,9 +74,9 @@
  *
  *	A small structure is kept for each resident
  *	page, indexed by page number.  Each structure
- *	is an element of several lists:
+ *	is an element of several collections:
  *
- *		A hash table bucket used to quickly
+ *		A radix tree used to quickly
  *		perform object/offset lookups
  *
  *		A list of all pages for a given object,


More information about the svn-src-all mailing list