summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2007-11-27 16:22:15 +0000
commit245db5a41f9169790fdca278ce21fafcf86e0c88 (patch)
tree6781af9f23ceff505e40794a72fefc72863f57ce /sys/arch/sparc/dev
parent9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff)
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r--sys/arch/sparc/dev/fd.c4
-rw-r--r--sys/arch/sparc/dev/si.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c
index d0751be1fd8..0e077bb12e1 100644
--- a/sys/arch/sparc/dev/fd.c
+++ b/sys/arch/sparc/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.55 2007/10/01 16:11:19 krw Exp $ */
+/* $OpenBSD: fd.c,v 1.56 2007/11/27 16:22:13 martynas Exp $ */
/* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */
/*-
@@ -395,7 +395,7 @@ fdconf(fdc)
/* No result phase for the NE7CMD_CFG command */
if ((fdc->sc_flags & FDC_82077) != 0) {
- /* Lock configuration accross soft resets. */
+ /* Lock configuration across soft resets. */
if (fdc_wrfifo(fdc, NE7CMD_LOCK | CFG_LOCK) != 0 ||
fdcresult(fdc) != 1) {
#ifdef FD_DEBUG
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c
index 7ad3efc3eec..356b0e3a91f 100644
--- a/sys/arch/sparc/dev/si.c
+++ b/sys/arch/sparc/dev/si.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: si.c,v 1.27 2007/07/01 19:05:37 miod Exp $ */
+/* $OpenBSD: si.c,v 1.28 2007/11/27 16:22:13 martynas Exp $ */
/* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */
/*-
@@ -85,7 +85,7 @@
* reselection failing on Sun Shoebox-type configurations where
* there are multiple non-SCSI devices behind Emulex or Adaptec
* bridges. These devices pre-date the SCSI-I spec, and might not
- * bahve the way the 5380 code expects. For this reason, only
+ * behave the way the 5380 code expects. For this reason, only
* DMA is enabled by default in this driver.
*
* Jason R. Thorpe <thorpej@NetBSD.ORG>