From d696923da7b3157867230aa619b68eb7f19262fb Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Thu, 5 Aug 2004 03:07:48 +0000 Subject: spelling nit from Chris Pascoe ok deraadt@ --- sys/arch/i386/include/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/include/cpu.h') diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 1c1b6d7c523..f7cb2ed54db 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.66 2004/07/14 05:34:14 tedu Exp $ */ +/* $OpenBSD: cpu.h,v 1.67 2004/08/05 03:07:47 dlg Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -214,7 +214,7 @@ extern void cpu_init_idle_pcbs(void); #define astpending (curcpu()->ci_astpending) /* - * Preemt the current process if in interrupt from user monre, + * Preempt the current process if in interrupt from user mode, * or after the current trap/syscall if in system mode. */ extern void need_resched(struct cpu_info *); -- cgit v1.2.3