summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-07 11:01:39 +0000
committerdfr <dfr@FreeBSD.org>2001-09-07 11:01:39 +0000
commit5cd3ebd8ebc3db665f96ba005e2890158e5ccc82 (patch)
tree3df3e7d4fa2a9b243f5b473df6e53b12d8f8dbc3
parent90f6eac8936f4c42de2ef4e765b9b1d75cdd685a (diff)
downloadFreeBSD-src-5cd3ebd8ebc3db665f96ba005e2890158e5ccc82.zip
FreeBSD-src-5cd3ebd8ebc3db665f96ba005e2890158e5ccc82.tar.gz
Typo in comment.
-rw-r--r--sys/ia64/ia64/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 5177268..5ddba29 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -2241,9 +2241,9 @@ pmap_install(pmap_t pmap)
/*
* If we need a new RID, get it now. Note that we need to
- * remove our old mappings (if any) from the VHTP, so we will
+ * remove our old mappings (if any) from the VHPT, so we will
* run on the old RID for a moment while we invalidate the old
- * one. XXX maybe we should just clear out the VHTP when the
+ * one. XXX maybe we should just clear out the VHPT when the
* RID generation rolls over.
*/
if ((pmap->pm_rid>>pmap_ridbits) != (pmap_nextrid>>pmap_ridbits)) {
OpenPOWER on IntegriCloud