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,