diff options
Diffstat (limited to 'sys/sun4v/include/pmap.h')
-rw-r--r-- | sys/sun4v/include/pmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/pmap.h b/sys/sun4v/include/pmap.h index c1a69da..599cedd 100644 --- a/sys/sun4v/include/pmap.h +++ b/sys/sun4v/include/pmap.h @@ -88,7 +88,7 @@ struct pmap { /* * For each vm_page_t, there is a list of all currently valid virtual - * mappings of that page. An entry is a pv_entry_t, the list is pv_table. + * mappings of that page. An entry is a pv_entry_t, the list is pv_list. */ typedef struct pv_entry { |