diff options
author | 2001-05-26 03:27:58 +0000 | |
---|---|---|
committer | 2001-05-26 03:27:58 +0000 | |
commit | cd48e4fed8da6186661f2ebf99547ba12b450ee7 (patch) | |
tree | a2a588a943ed862a598062e4180ddadff25d3a33 | |
parent | Change protection of struct exception back from #ifdef __LIBM_PRIVATE (diff) | |
download | wireguard-openbsd-cd48e4fed8da6186661f2ebf99547ba12b450ee7.tar.xz wireguard-openbsd-cd48e4fed8da6186661f2ebf99547ba12b450ee7.zip |
Add one more '0' in comment.
-rw-r--r-- | sys/arch/powerpc/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/pmap.h b/sys/arch/powerpc/include/pmap.h index c2fa779f390..b31339bd737 100644 --- a/sys/arch/powerpc/include/pmap.h +++ b/sys/arch/powerpc/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.6 2001/05/25 23:33:47 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.7 2001/05/26 03:27:58 art Exp $ */ /* $NetBSD: pmap.h,v 1.1 1996/09/30 16:34:29 ws Exp $ */ /*- @@ -89,7 +89,7 @@ extern struct pmap kernel_pmap_; /* * Alternate mapping methods for pool. - * Really simple. 0x0->0x8000000 contain 1->1 mappings of the physical + * Really simple. 0x0->0x80000000 contain 1->1 mappings of the physical * memory. */ #define PMAP_MAP_POOLPAGE(pa) ((vaddr_t)pa) |