From 245db5a41f9169790fdca278ce21fafcf86e0c88 Mon Sep 17 00:00:00 2001 From: Martynas Venckus Date: Tue, 27 Nov 2007 16:22:15 +0000 Subject: typos; ok jmc@ sys/dev/pci/pciide.c from naddy@ --- sys/arch/sparc/dev/fd.c | 4 ++-- sys/arch/sparc/dev/si.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/sparc') 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 -- cgit v1.2.3