From owner-svn-src-head@FreeBSD.ORG Tue Jun 4 05:44:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 541B4E8C; Tue, 4 Jun 2013 05:44:53 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 465F61C77; Tue, 4 Jun 2013 05:44:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r545irjV045712; Tue, 4 Jun 2013 05:44:53 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r545irhe045711; Tue, 4 Jun 2013 05:44:53 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <201306040544.r545irhe045711@svn.freebsd.org> From: Alan Cox Date: Tue, 4 Jun 2013 05:44:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251367 - head/sys/vm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 05:44:53 -0000 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,