diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-25 21:27:17 +0000 |
commit | 4b5549eb7177dfc955b9247f9190ad9252c8039c (patch) | |
tree | 27bcc3ba33f8115a674ab5aa2e954560575e4b4e /sys/arch/sparc64 | |
parent | ea6c22ed3e8787ca90bd0c939d3f389e7e2ec427 (diff) |
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/z8530kbd.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/dev/z8530tty.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/dev/z8530kbd.c b/sys/arch/sparc64/dev/z8530kbd.c index f2e9cf8c9ce..3d4a5ddae06 100644 --- a/sys/arch/sparc64/dev/z8530kbd.c +++ b/sys/arch/sparc64/dev/z8530kbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530kbd.c,v 1.18 2005/11/11 16:44:51 miod Exp $ */ +/* $OpenBSD: z8530kbd.c,v 1.19 2007/05/25 21:27:15 krw Exp $ */ /* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -643,7 +643,7 @@ out: } /* - * Compute interupt enable bits and set in the pending bits. Called both + * Compute interrupt enable bits and set in the pending bits. Called both * in zsparam() and when PPS (pulse per second timing) state changes. * Must be called at splzs(). */ diff --git a/sys/arch/sparc64/dev/z8530tty.c b/sys/arch/sparc64/dev/z8530tty.c index 06d5fd81c0e..d45fa9c644d 100644 --- a/sys/arch/sparc64/dev/z8530tty.c +++ b/sys/arch/sparc64/dev/z8530tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530tty.c,v 1.12 2006/04/29 19:55:31 naddy Exp $ */ +/* $OpenBSD: z8530tty.c,v 1.13 2007/05/25 21:27:15 krw Exp $ */ /* $NetBSD: z8530tty.c,v 1.77 2001/05/30 15:24:24 lukem Exp $ */ /*- @@ -1018,7 +1018,7 @@ zsparam(tp, t) } /* - * Compute interupt enable bits and set in the pending bits. Called both + * Compute interrupt enable bits and set in the pending bits. Called both * in zsparam() and when PPS (pulse per second timing) state changes. * Must be called at splzs(). */ |