summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-08-01 19:44:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-08-01 19:44:54 +0000
commitb66b08cddafff848b902877cc7bf54fa723edbd5 (patch)
tree304a7f234f0d8311898d023faa7ccbc5ab6b4f9a /sys/arch/amd64/include
parentf46a5dd81f7668c7a14357d016a0c2eab765fd3f (diff)
kernal->kernel;
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r--sys/arch/amd64/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h
index b57d323f5b3..c9ff837b74c 100644
--- a/sys/arch/amd64/include/vmparam.h
+++ b/sys/arch/amd64/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.3 2005/04/11 15:13:01 deraadt Exp $ */
+/* $OpenBSD: vmparam.h,v 1.4 2005/08/01 19:44:53 jmc Exp $ */
/* $NetBSD: vmparam.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */
/*-
@@ -52,7 +52,7 @@
* the kernel stack.
*
* Immediately after the user structure is the page table map, and then
- * kernal address space.
+ * kernel address space.
*/
#define USRSTACK VM_MAXUSER_ADDRESS