diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:47:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-11-14 14:47:57 +0000 |
commit | ad1926e88a71b5d83a0492c155afa362412051ae (patch) | |
tree | 2eadf78c42f84f1c1ca7801c9ea8f921bb81d6cf /sys | |
parent | 7726d2fb1214174ce69f27fe5796af3ecff2af7a (diff) |
Various *syncron* -> *synchron* typos.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic7xxxvar.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pucdata.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/cardbus/com_cardbus.c b/sys/dev/cardbus/com_cardbus.c index af32dcd35bd..e520d98099e 100644 --- a/sys/dev/cardbus/com_cardbus.c +++ b/sys/dev/cardbus/com_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_cardbus.c,v 1.42 2012/07/12 08:20:53 deraadt Exp $ */ +/* $OpenBSD: com_cardbus.c,v 1.43 2015/11/14 14:47:56 miod Exp $ */ /* $NetBSD: com_cardbus.c,v 1.4 2000/04/17 09:21:59 joda Exp $ */ /* @@ -100,7 +100,7 @@ struct cfattach com_cardbus_ca = { #define BUG_BROADCOM 0x01 -/* XXX Keep this list syncronized with the corresponding one in pucdata.c */ +/* XXX Keep this list synchronized with the corresponding one in pucdata.c */ static struct csdev { u_short vendor; u_short product; diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h index 02faef766ee..a875a950a44 100644 --- a/sys/dev/ic/aic7xxxvar.h +++ b/sys/dev/ic/aic7xxxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxxvar.h,v 1.27 2015/07/17 21:42:49 krw Exp $ */ +/* $OpenBSD: aic7xxxvar.h,v 1.28 2015/11/14 14:47:56 miod Exp $ */ /* * Core definitions and data structures shareable across OS platforms. * @@ -38,7 +38,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxxvar.h,v 1.27 2015/07/17 21:42:49 krw Exp $ + * $Id: aic7xxxvar.h,v 1.28 2015/11/14 14:47:56 miod Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $ */ @@ -780,7 +780,7 @@ struct ahc_syncrate { #define AHC_ULTRA2_XFER_PERIOD 0x0a /* - * Indexes into our table of syncronous transfer rates. + * Indexes into our table of synchronous transfer rates. */ #define AHC_SYNCRATE_DT 0 #define AHC_SYNCRATE_ULTRA2 1 diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 16504ea7484..f635bd7156a 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.98 2015/09/06 17:40:54 sf Exp $ */ +/* $OpenBSD: pucdata.c,v 1.99 2015/11/14 14:47:56 miod Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -2005,7 +2005,7 @@ const struct puc_device_description puc_devs[] = { /* * Cardbus devices which can potentially show up because of * Expresscard adapters - * XXX Keep this list syncronized with cardbus/com_cardbus.c + * XXX Keep this list synchronized with cardbus/com_cardbus.c */ { /* "", */ |