summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2013-06-04 05:44:52 +0000
committeralc <alc@FreeBSD.org>2013-06-04 05:44:52 +0000
commit7c42edf9b86982c587f5b931ec599efa00ae877f (patch)
treee1857ee84137dfbea6c30bf4aecf6a0baf9eeb09 /sys/vm/vm_page.h
parent4ab2bff0f9a1d6194bf3f807f4ed8dd2e9f0de8a (diff)
downloadFreeBSD-src-7c42edf9b86982c587f5b931ec599efa00ae877f.zip
FreeBSD-src-7c42edf9b86982c587f5b931ec599efa00ae877f.tar.gz
Update a comment.
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index c1d4b2a..e8b0795 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,
OpenPOWER on IntegriCloud