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/ic | |
parent | 7726d2fb1214174ce69f27fe5796af3ecff2af7a (diff) |
Various *syncron* -> *synchron* typos.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic7xxxvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |