diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-21 12:14:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-10-21 12:14:54 +0000 |
commit | a6be094cde992072567c10146b1caffc51c4623c (patch) | |
tree | 0a8af7309789a38da34bbe4e420bc4cfc12d6c36 /sys/arch/sgi | |
parent | 1da94e2b155f35110f0ee5f3426a2209db7532e5 (diff) |
Fix lies in comments, and apply some KNF and unused or duplicate prototype
removals.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/hpc/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/zs.c b/sys/arch/sgi/hpc/zs.c index 4ff3aeba452..0b1c1bedc77 100644 --- a/sys/arch/sgi/hpc/zs.c +++ b/sys/arch/sgi/hpc/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.10 2012/09/29 18:54:39 miod Exp $ */ +/* $OpenBSD: zs.c,v 1.11 2013/10/21 12:14:51 miod Exp $ */ /* $NetBSD: zs.c,v 1.37 2011/02/20 07:59:50 matt Exp $ */ /*- @@ -34,7 +34,7 @@ * Zilog Z8530 Dual UART driver (machine-dependent part) * * Runs two serial lines per chip using slave drivers. - * Plain tty/async lines use the zs_async slave. + * Plain tty/async lines use the zstty slave. */ #include <sys/param.h> |