summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2004-08-05 03:07:48 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2004-08-05 03:07:48 +0000
commitd696923da7b3157867230aa619b68eb7f19262fb (patch)
tree3471b576cb67e105631a0a103a26e60d70ca9970
parentf480a3a30a45968d04c45f3a8285e61c385f0acc (diff)
spelling nit from Chris Pascoe
ok deraadt@
-rw-r--r--sys/arch/i386/include/cpu.h4
1 files changed, 2 insertions, 2 deletions
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 *);