diff options
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/include/intr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/include/intr.h b/sys/arch/sgi/include/intr.h index 9550d125a21..14a0d2870c5 100644 --- a/sys/arch/sgi/include/intr.h +++ b/sys/arch/sgi/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.19 2007/10/14 18:52:11 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.20 2007/12/06 12:34:39 jsing Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -106,7 +106,7 @@ void splinit(void); #define splassert(X) /* - * Schedule prioritys for base interrupts (cpu) + * Schedule prioritys for base interrupts (CPU) */ #define INTPRI_CLOCK 1 #define INTPRI_MACEIO 2 /* O2 I/O interrupt */ @@ -129,8 +129,8 @@ extern intrmask_t imask[NIPLS]; /* * A note on clock interrupts. Clock interrupts are always * allowed to happen but will not be serviced if masked. - * The reason for this is that clocks usually sits on INT5 - * and can not be easily masked if external HW masking is used. + * The reason for this is that clocks usually sit on INT5 + * and cannot be easily masked if external HW masking is used. */ /* Inlines */ |