summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pmap.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-11-13 06:26:57 +0000
committerru <ru@FreeBSD.org>2006-11-13 06:26:57 +0000
commit8beeb4382ca8e0fc9ce8a75ca0aa9f566f84644b (patch)
tree7dfa2d1ea2b14b64b1f200b034d39f161a760b85 /sys/ia64/include/pmap.h
parent27fcddc75c3c4589bd81f969d113b2a6455e4f36 (diff)
downloadFreeBSD-src-8beeb4382ca8e0fc9ce8a75ca0aa9f566f84644b.zip
FreeBSD-src-8beeb4382ca8e0fc9ce8a75ca0aa9f566f84644b.tar.gz
Fix a comment.
Diffstat (limited to 'sys/ia64/include/pmap.h')
-rw-r--r--sys/ia64/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index b025aef..49ffe91 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -100,7 +100,7 @@ extern struct pmap kernel_pmap_store;
/*
* 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 {
pmap_t pv_pmap; /* pmap where mapping lies */
OpenPOWER on IntegriCloud