Fixed two typos in comments.
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Sun, 5 Jun 1994 19:18:10 +0000 (19:18 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Sun, 5 Jun 1994 19:18:10 +0000 (19:18 +0000)
sys/i386/isa/aha1542.c

index 84c5e57..894c6d8 100644 (file)
@@ -12,7 +12,7 @@
  * on the understanding that TFS is not responsible for the correct
  * functioning of this software in any circumstances.
  *
  * on the understanding that TFS is not responsible for the correct
  * functioning of this software in any circumstances.
  *
- *      $Id: aha1542.c,v 1.25 1994/05/03 05:44:53 rgrimes Exp $
+ *      $Id: aha1542.c,v 1.26 1994/05/14 13:12:14 ats Exp $
  */
 
 /*
  */
 
 /*
@@ -299,8 +299,8 @@ struct aha_data {
        struct aha_ccb *aha_ccb_free;   /* the next free ccb */
        struct aha_ccb aha_ccb[AHA_MBX_SIZE];   /* all the CCBs      */
        int     aha_int;        /* our irq level        */
        struct aha_ccb *aha_ccb_free;   /* the next free ccb */
        struct aha_ccb aha_ccb[AHA_MBX_SIZE];   /* all the CCBs      */
        int     aha_int;        /* our irq level        */
-       int     aha_dma;        /* out DMA req channel  */
-       int     aha_scsi_dev;   /* ourscsi bus address  */
+       int     aha_dma;        /* our DMA req channel  */
+       int     aha_scsi_dev;   /* our scsi bus address  */
        struct scsi_link sc_link;       /* prototype for subdevs */
 } *ahadata[NAHA];
 
        struct scsi_link sc_link;       /* prototype for subdevs */
 } *ahadata[NAHA];