Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic explicitly, with two l.



details:   https://anonhg.NetBSD.org/src/rev/667d1c8a6dda
branches:  trunk
changeset: 522082:667d1c8a6dda
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 11 11:01:52 2002 +0000

description:
explicitly, with two l.

diffstat:

 sys/dev/ic/aic7xxxvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ac012bf5c16 -r 667d1c8a6dda sys/dev/ic/aic7xxxvar.h
--- a/sys/dev/ic/aic7xxxvar.h   Mon Feb 11 11:00:07 2002 +0000
+++ b/sys/dev/ic/aic7xxxvar.h   Mon Feb 11 11:01:52 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic7xxxvar.h,v 1.30 2002/01/16 02:11:21 ichiro Exp $   */
+/*     $NetBSD: aic7xxxvar.h,v 1.31 2002/02/11 11:01:52 wiz Exp $      */
 
 /*
  * Interface to the generic driver for the aic7xxx based adaptec
@@ -353,7 +353,7 @@
        u_int16_t                ultraenb;      /* Using ultra sync rate  */
        u_int16_t                discenable;    /* Disconnection allowed  */
        u_int16_t                tagenable;     /* Tagged Queuing allowed */
-       u_int16_t                tagdisable;    /* TQ explicity disallowed */
+       u_int16_t                tagdisable;    /* TQ explicitly disallowed */
 };
 
 #define AHC_TARGET_WILDCARD -1



Home | Main Index | Thread Index | Old Index