summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/mac68k/mac68k/pmap_bootstrap.c4
-rw-r--r--sys/arch/sparc64/conf/GENERIC4
-rw-r--r--sys/arch/sparc64/dev/fd.c4
-rw-r--r--sys/lib/libkern/arch/hppa/bcopy.m44
-rw-r--r--sys/lib/libkern/arch/hppa64/bcopy.m44
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap_bootstrap.c b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
index b21698bbff6..9b01d5b12e9 100644
--- a/sys/arch/mac68k/mac68k/pmap_bootstrap.c
+++ b/sys/arch/mac68k/mac68k/pmap_bootstrap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap_bootstrap.c,v 1.29 2005/04/26 21:12:27 martin Exp $ */
+/* $OpenBSD: pmap_bootstrap.c,v 1.30 2005/08/01 12:10:23 miod Exp $ */
/* $NetBSD: pmap_bootstrap.c,v 1.50 1999/04/07 06:14:33 scottr Exp $ */
/*
@@ -262,7 +262,7 @@ bootstrap_mac68k(tc)
*
* WARNING!!! No printfs() (etc) BETWEEN zs_init() and the end
* of this function (where we start using the MMU, so the new
- * address is correct.
+ * address is correct).
*/
if (zsinited != 0)
zs_init();
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index d39ebe7eba5..6f3e79e25b5 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.131 2005/06/30 01:37:33 brad Exp $
+# $OpenBSD: GENERIC,v 1.132 2005/08/01 12:10:25 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -274,7 +274,7 @@ ch* at scsibus? # SCSI changer devices
ss* at scsibus? # SCSI scanners
uk* at scsibus? # unknown SCSI devices
-# Media Independent Interface (mii) drivers)
+# Media Independent Interface (mii) drivers
acphy* at mii? # Altima AC101 PHYs
exphy* at mii? # 3Com internal PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
diff --git a/sys/arch/sparc64/dev/fd.c b/sys/arch/sparc64/dev/fd.c
index 278427b0b08..a52f156a50c 100644
--- a/sys/arch/sparc64/dev/fd.c
+++ b/sys/arch/sparc64/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.3 2005/03/17 22:26:22 miod Exp $ */
+/* $OpenBSD: fd.c,v 1.4 2005/08/01 12:10:25 miod Exp $ */
/* $NetBSD: fd.c,v 1.112 2003/08/07 16:29:35 agc Exp $ */
/*-
@@ -394,7 +394,7 @@ fdcattach_ebus(parent, self, aux)
}
if (ea->ea_nregs < 3) {
- printf(": expected 3 register, got only %d\n",
+ printf(": expected 3 registers, only got %d\n",
ea->ea_nregs);
return;
}
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4
index 4ea84063fb4..8629af68272 100644
--- a/sys/lib/libkern/arch/hppa/bcopy.m4
+++ b/sys/lib/libkern/arch/hppa/bcopy.m4
@@ -1,4 +1,4 @@
-define(_rcsid,``$OpenBSD: bcopy.m4,v 1.14 2003/06/04 04:44:21 deraadt Exp $'')dnl
+define(_rcsid,``$OpenBSD: bcopy.m4,v 1.15 2005/08/01 12:10:26 miod Exp $'')dnl
dnl
dnl
dnl This is the source file for bcopy.S, spcopy.S
@@ -229,7 +229,7 @@ ifelse(NAME, `spcopy',
* size_t size)
* do a space to space bcopy.
*
- * assumed that spaces do not clash, otherwise we loose
+ * assumes that spaces do not clash, otherwise we lose
*/
.import curproc, data
.import copy_on_fault, code
diff --git a/sys/lib/libkern/arch/hppa64/bcopy.m4 b/sys/lib/libkern/arch/hppa64/bcopy.m4
index 28594242790..4236af3c04d 100644
--- a/sys/lib/libkern/arch/hppa64/bcopy.m4
+++ b/sys/lib/libkern/arch/hppa64/bcopy.m4
@@ -1,4 +1,4 @@
-define(_rcsid,``$OpenBSD: bcopy.m4,v 1.1 2005/04/01 10:45:29 mickey Exp $'')dnl
+define(_rcsid,``$OpenBSD: bcopy.m4,v 1.2 2005/08/01 12:10:26 miod Exp $'')dnl
dnl
dnl
dnl This is the source file for bcopy.S, spcopy.S
@@ -218,7 +218,7 @@ ifelse(NAME, `spcopy',
* size_t size)
* do a space to space bcopy.
*
- * assumed that spaces do not clash, otherwise we loose
+ * assumes that spaces do not clash, otherwise we lose
*/
.import copy_on_fault, code
LEAF_ENTRY(spcopy)