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,
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to