From da38420832c415a7089534f3ff8ecf95ce5345d1 Mon Sep 17 00:00:00 2001
From: Alan Cox <alc@FreeBSD.org>
Date: Tue, 4 Jun 2013 05:44:52 +0000
Subject: [PATCH] Update a comment.

---
 sys/vm/vm_page.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index c1d4b2af3ecf..e8b079559bbc 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -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,