diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-12-14 16:57:23 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-12-14 16:57:23 +0000 |
commit | 1efa7cad97d2240b61bf9ee2b4e326b8b78f0fa9 (patch) | |
tree | 589a91517046923b03b0b03e464be7ab458fc185 /sys/arch/i386 | |
parent | a6285b7e4d07a67cf9fd00dca584f4a96682d942 (diff) |
fix a comment.
ok deraatd tdeval
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index 218ba4a7b71..9ffdf455622 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.36 2004/08/06 22:39:13 deraadt Exp $ */ +/* $OpenBSD: pmap.h,v 1.37 2004/12/14 16:57:22 hshoexer Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -114,7 +114,7 @@ * Note that the PDE#831 VA (0xcfc00000) is defined as "PTE_BASE". * Note that the PDE#1023 VA (0xffc00000) is defined as "APTE_BASE". * - * Starting at VA 0xdfc00000 the current active PDP (%cr3) acts as a + * Starting at VA 0xcfc00000 the current active PDP (%cr3) acts as a * PTP: * * PTP#831 == PDP(%cr3) => maps VA 0xcfc00000 -> 0xd0000000 |