Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 05:44:53 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251367 - head/sys/vm
Message-ID:  <201306040544.r545irhe045711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306040544.r545irhe045711>