From b66b08cddafff848b902877cc7bf54fa723edbd5 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 1 Aug 2005 19:44:54 +0000 Subject: kernal->kernel; from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ --- sys/arch/i386/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/include') diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index d3674657810..a7703cda6a3 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.31 2005/04/11 15:13:01 deraadt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.32 2005/08/01 19:44:53 jmc Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -50,7 +50,7 @@ * kernel stack. * * Immediately after the user structure is the page table map, and then - * kernal address space. + * kernel address space. */ #define USRTEXT PAGE_SIZE #define USRSTACK VM_MAXUSER_ADDRESS -- cgit v1.2.3