diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-07-06 11:46:49 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-07-06 11:46:49 +0000 |
commit | ff3c2d8fff63392ed99a542b34845c06fce38250 (patch) | |
tree | e771df409c7a76bb970945dea13a281bfa4cb13d /sys | |
parent | 537982ab087a56ad97a0d3fb2fc0fd7df7f14a2b (diff) |
Fix a misleading comment.
noted by Constantine Kousoulos <wuwei@freemail.gr>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 65af4832e94..b8b183e4fcb 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.15 2007/05/29 02:36:19 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.16 2007/07/06 11:46:48 art Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -113,7 +113,7 @@ * | | * +---------------------------------+ 0xffff800000000000 = 0x0000800000000000 * | | - * | alt.L1 table (PTE pages) | + * | L1 table (PTE pages) | * | | * +---------------------------------+ 0x00007f8000000000 * ~ ~ |