diff options
author | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-05-10 16:41:26 +0000 |
commit | 4f9ab6c5808469c9ba3259a28f51ce27809db72d (patch) | |
tree | de55b90adb7094bbce6ffde362ffde2c0815186f /sys/dev/aic7xxx | |
parent | 301528b1d3eaa9e833eb7096c798519ccd8b848a (diff) | |
download | FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.zip FreeBSD-src-4f9ab6c5808469c9ba3259a28f51ce27809db72d.tar.gz |
Fxi a bunch of typos.
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Diffstat (limited to 'sys/dev/aic7xxx')
-rw-r--r-- | sys/dev/aic7xxx/aic7xxx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h index 77acfe4..3eefb57 100644 --- a/sys/dev/aic7xxx/aic7xxx.h +++ b/sys/dev/aic7xxx/aic7xxx.h @@ -768,7 +768,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 |