diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-10-22 14:46:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-10-22 14:46:47 +0000 |
commit | b8b3845bea1fa0069aa71d6f59864c5f72ed3883 (patch) | |
tree | edb2922a81504bdf344b2ceb5d8705c7be7d7bb0 /sys/arch/sparc | |
parent | 437ee68c04f0b5468f6a106302513d75ea3587af (diff) |
stoped -> stopped
ok miod@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/zs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zs.c b/sys/arch/sparc/dev/zs.c index 9cbb2d18110..9726606b384 100644 --- a/sys/arch/sparc/dev/zs.c +++ b/sys/arch/sparc/dev/zs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zs.c,v 1.43 2006/01/09 20:57:00 miod Exp $ */ +/* $OpenBSD: zs.c,v 1.44 2007/10/22 14:46:46 jsing Exp $ */ /* $NetBSD: zs.c,v 1.50 1997/10/18 00:00:40 gwr Exp $ */ /*- @@ -562,7 +562,7 @@ zs_set_modes(cs, cflag) /* * Output hardware flow control on the chip is horrendous: * if carrier detect drops, the receiver is disabled, and if - * CTS drops, the transmitter is stoped IN MID CHARACTER! + * CTS drops, the transmitter is stopped IN MID CHARACTER! * Therefore, NEVER set the HFC bit, and instead use the * status interrupt to detect CTS changes. */ |