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/dev/cardbus | |
parent | 7726d2fb1214174ce69f27fe5796af3ecff2af7a (diff) |
Various *syncron* -> *synchron* typos.
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/com_cardbus.c | 4 |
1 files changed, 2 insertions, 2 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; |