summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-05-26 03:27:58 +0000
committerart <art@openbsd.org>2001-05-26 03:27:58 +0000
commitcd48e4fed8da6186661f2ebf99547ba12b450ee7 (patch)
treea2a588a943ed862a598062e4180ddadff25d3a33
parentChange protection of struct exception back from #ifdef __LIBM_PRIVATE (diff)
downloadwireguard-openbsd-cd48e4fed8da6186661f2ebf99547ba12b450ee7.tar.xz
wireguard-openbsd-cd48e4fed8da6186661f2ebf99547ba12b450ee7.zip
Add one more '0' in comment.
-rw-r--r--sys/arch/powerpc/include/pmap.h4
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)