diff options
author | 2007-07-06 11:46:48 +0000 | |
---|---|---|
committer | 2007-07-06 11:46:48 +0000 | |
commit | c97049d649bcf8df11df47755f52accefbd51982 (patch) | |
tree | 827953b2abc3a7bcba44ee3cdae6abeb35bca2ad | |
parent | some discussion of devices, logs, and permissions; (diff) | |
download | wireguard-openbsd-c97049d649bcf8df11df47755f52accefbd51982.tar.xz wireguard-openbsd-c97049d649bcf8df11df47755f52accefbd51982.zip |
Fix a misleading comment.
noted by Constantine Kousoulos <wuwei@freemail.gr>
-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 * ~ ~ |