summaryrefslogtreecommitdiff
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
parent437ee68c04f0b5468f6a106302513d75ea3587af (diff)
stoped -> stopped
ok miod@
-rw-r--r--sys/arch/mac68k/dev/zs.c4
-rw-r--r--sys/arch/macppc/dev/zs.c4
-rw-r--r--sys/arch/mips64/mips64/db_machdep.c4
-rw-r--r--sys/arch/sparc/dev/zs.c4
-rw-r--r--sys/arch/sparc64/dev/zs.c4
5 files changed, 10 insertions, 10 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.
*/
diff --git a/sys/arch/macppc/dev/zs.c b/sys/arch/macppc/dev/zs.c
index 07c439d9db7..9536f02f880 100644
--- a/sys/arch/macppc/dev/zs.c
+++ b/sys/arch/macppc/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.14 2007/01/14 18:50:23 martin Exp $ */
+/* $OpenBSD: zs.c,v 1.15 2007/10/22 14:46:46 jsing Exp $ */
/* $NetBSD: zs.c,v 1.17 2001/06/19 13:42:15 wiz Exp $ */
/*
@@ -773,7 +773,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.
*/
diff --git a/sys/arch/mips64/mips64/db_machdep.c b/sys/arch/mips64/mips64/db_machdep.c
index 4e2ee91e71f..af27e124f57 100644
--- a/sys/arch/mips64/mips64/db_machdep.c
+++ b/sys/arch/mips64/mips64/db_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.c,v 1.13 2007/10/10 15:53:52 art Exp $ */
+/* $OpenBSD: db_machdep.c,v 1.14 2007/10/22 14:46:46 jsing Exp $ */
/*
* Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se)
@@ -134,7 +134,7 @@ kdb_trap(type, fp)
db_error("Caught exception in ddb.\n");
/*NOTREACHED*/
}
- printf("stoped on non ddb fault\n");
+ printf("stopped on non ddb fault\n");
}
bcopy((void *)fp, (void *)&ddb_regs, NUMSAVEREGS * sizeof(register_t));
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.
*/
diff --git a/sys/arch/sparc64/dev/zs.c b/sys/arch/sparc64/dev/zs.c
index 78775f7f513..4f630dc0924 100644
--- a/sys/arch/sparc64/dev/zs.c
+++ b/sys/arch/sparc64/dev/zs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zs.c,v 1.18 2006/01/09 20:57:00 miod Exp $ */
+/* $OpenBSD: zs.c,v 1.19 2007/10/22 14:46:46 jsing Exp $ */
/* $NetBSD: zs.c,v 1.29 2001/05/30 15:24:24 lukem Exp $ */
/*-
@@ -616,7 +616,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.
*/