diff options
-rw-r--r-- | sys/vm/vm_page.h | 4 |
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, |