summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2007-10-22 14:46:47 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2007-10-22 14:46:47 +0000
commitb8b3845bea1fa0069aa71d6f59864c5f72ed3883 (patch)
treeedb2922a81504bdf344b2ceb5d8705c7be7d7bb0 /sys/arch/mac68k/dev
parent437ee68c04f0b5468f6a106302513d75ea3587af (diff)
stoped -> stopped
ok miod@
Diffstat (limited to 'sys/arch/mac68k/dev')
-rw-r--r--sys/arch/mac68k/dev/zs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/zs.c b/sys/arch/mac68k/dev/zs.c
index 6eb500b6b0e..137cd91a172 100644
--- a/sys/arch/mac68k/dev/zs.c
+++ b/sys/arch/mac68k/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.23 2007/01/14 18:50:23 martin Exp $ */
+/* $OpenBSD: zs.c,v 1.24 2007/10/22 14:46:46 jsing Exp $ */
/* $NetBSD: zs.c,v 1.19 1998/01/12 19:22:18 thorpej Exp $ */
/*
@@ -757,7 +757,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.
*/