diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-06 12:34:40 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-06 12:34:40 +0000 |
commit | 3ef17e5472b1708c946e7de413fa442c55efa3b0 (patch) | |
tree | 1ebcb3e65f568dc5488235e0f514d28b5e1373b1 /sys/arch/sgi | |
parent | fe91120c2180f5cdb7c49b510a26e847d79edd09 (diff) |
Fix typos/grammatical error in comments.
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 */ |