Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/d39ce13b8a35
branches:  trunk
changeset: 512075:d39ce13b8a35
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Jul 04 20:34:03 2001 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/ic/aic7xxx.c    |  8 ++++----
 sys/dev/ic/aic7xxxvar.h |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 962c77132737 -r d39ce13b8a35 sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c      Wed Jul 04 20:18:30 2001 +0000
+++ b/sys/dev/ic/aic7xxx.c      Wed Jul 04 20:34:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic7xxx.c,v 1.74 2001/06/26 12:19:49 bouyer Exp $      */
+/*     $NetBSD: aic7xxx.c,v 1.75 2001/07/04 20:34:03 wiz Exp $ */
 
 /*
  * Generic driver for the aic7xxx based adaptec SCSI controllers
@@ -1522,7 +1522,7 @@
                      ahc_inb(ahc, SEQADDR0) |
                      (ahc_inb(ahc, SEQADDR1) << 8));
 
-               /* Tell everyone that this HBA is no longer availible */
+               /* Tell everyone that this HBA is no longer available */
                ahc_abort_scbs(ahc, AHC_TARGET_WILDCARD, ALL_CHANNELS,
                               AHC_LUN_WILDCARD, SCB_LIST_NULL, ROLE_UNKNOWN,
                               XS_DRIVER_STUFFUP);
@@ -2894,9 +2894,9 @@
        targ_scsirate = tinfo->scsirate;
 
        /*
-        * Parse as much of the message as is availible,
+        * Parse as much of the message as is available,
         * rejecting it if we don't support it.  When
-        * the entire message is availible and has been
+        * the entire message is available and has been
         * handled, return MSGLOOP_MSGCOMPLETE, indicating
         * that we have parsed an entire message.
         *
diff -r 962c77132737 -r d39ce13b8a35 sys/dev/ic/aic7xxxvar.h
--- a/sys/dev/ic/aic7xxxvar.h   Wed Jul 04 20:18:30 2001 +0000
+++ b/sys/dev/ic/aic7xxxvar.h   Wed Jul 04 20:34:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic7xxxvar.h,v 1.28 2001/04/30 03:45:36 lukem Exp $    */
+/*     $NetBSD: aic7xxxvar.h,v 1.29 2001/07/04 20:34:03 wiz Exp $      */
 
 /*
  * Interface to the generic driver for the aic7xxx based adaptec
@@ -213,7 +213,7 @@
 
 /*
  * The driver keeps up to MAX_SCB scb structures per card in memory.  The SCB
- * consists of a "hardware SCB" mirroring the fields availible on the card
+ * consists of a "hardware SCB" mirroring the fields available on the card
  * and additional information the kernel stores for each transaction.
  */
 struct hardware_scb {



Home | Main Index | Thread Index | Old Index