summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-07-08 22:09:11 +0000
committerats <ats@FreeBSD.org>1995-07-08 22:09:11 +0000
commit6ea869c942cf9f379a3c7c3388c8b565281ab4a0 (patch)
tree7684419bb4d7cc6fc18e4280a309a4bfe0bc74ce
parentbb114085bf5bb6b68586a1d9bd0c4f3a31e32033 (diff)
downloadFreeBSD-src-6ea869c942cf9f379a3c7c3388c8b565281ab4a0.zip
FreeBSD-src-6ea869c942cf9f379a3c7c3388c8b565281ab4a0.tar.gz
Correct a typo in a comment.
-rw-r--r--sys/i386/scsi/aic7xxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index e25415c..7abff8c 100644
--- a/sys/i386/scsi/aic7xxx.c
+++ b/sys/i386/scsi/aic7xxx.c
@@ -24,7 +24,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aic7xxx.c,v 1.29 1995/06/11 19:31:29 rgrimes Exp $
+ * $Id: aic7xxx.c,v 1.30 1995/07/04 21:14:44 gibbs Exp $
*/
/*
* TODO:
@@ -218,7 +218,7 @@ struct scsi_device ahc_dev =
/*
* SCSI Transfer Count (pp. 3-19,20)
* These registers count down the number of bytes transfered
- * across the SCSI bus. The counter is decrimented only once
+ * across the SCSI bus. The counter is decremented only once
* the data has been safely transfered. SDONE in SSTAT0 is
* set when STCNT goes to 0
*/
OpenPOWER on IntegriCloud