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/dev/z8530tty.c | |
parent | ea6c22ed3e8787ca90bd0c939d3f389e7e2ec427 (diff) |
"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.
Diffstat (limited to 'sys/arch/sparc64/dev/z8530tty.c')
-rw-r--r-- | sys/arch/sparc64/dev/z8530tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(). */ |