diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-09 22:10:06 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-07-09 22:10:06 +0000 |
commit | 94d1c06012dcb222bb92ca3444d66bb1d35c15f3 (patch) | |
tree | 8b545e772dc8cf08eb47ae802e9ab44da4bf877f /sys/arch | |
parent | 65f935cb227f4209623ed3920536e2f7f426b6c7 (diff) |
I don't think we're talking about animals in here, so
s/wether/whether/g.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 5a2adc8fc38..4f45611e1e6 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.14 2006/03/12 03:14:37 brad Exp $ */ +/* $OpenBSD: intr.h,v 1.15 2006/07/09 22:10:05 mk Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -38,7 +38,7 @@ * to the interrupts "priority level". In this case the generic * interrupt handler can be used. * - * The IMASK_EXTERNAL define is used to select wether the CPU + * The IMASK_EXTERNAL define is used to select whether the CPU * interrupt mask should be controlled by the cpl mask value * or not. If the mask is external, the CPU mask is never changed * from the value it gets when interrupt dispatchers are registred. @@ -47,7 +47,7 @@ */ #define IMASK_EXTERNAL /* XXX move this to config */ -/* This define controls wether splraise is inlined or not */ +/* This define controls whether splraise is inlined or not */ /* #define INLINE_SPLRAISE */ |