diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-04 19:33:23 +0000 |
commit | 36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch) | |
tree | e9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/dev/ic | |
parent | 5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff) |
Typos grab bag of the month, eyeballed by jmc@
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 584f9e27492..053df04bdb8 100644 --- a/sys/dev/ic/aic7xxxvar.h +++ b/sys/dev/ic/aic7xxxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxxvar.h,v 1.21 2005/12/28 03:00:07 krw Exp $ */ +/* $OpenBSD: aic7xxxvar.h,v 1.22 2006/03/04 19:33:21 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.21 2005/12/28 03:00:07 krw Exp $ + * $Id: aic7xxxvar.h,v 1.22 2006/03/04 19:33:21 miod Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $ */ @@ -1022,7 +1022,7 @@ struct ahc_softc { /* * Device instance currently on the bus awaiting a continue TIO - * for a command that was not given the disconnect priviledge. + * for a command that was not given the disconnect privilege. */ struct ahc_tmode_lstate *pending_device; |