diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:29:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-06 17:29:12 +0000 |
commit | 8727b7c08864692c23d9230efd7281a0f85e6a85 (patch) | |
tree | 7ed80ea0495c19f5a616a2778e2469863c7bdd8b /sys/dev/ic | |
parent | 75071a4ab7a71ae292ece7130a46bf54ca120229 (diff) |
typos from alexey dobriyan;
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 4037f07a738..e5a3237cb4a 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.71 2005/12/28 03:00:07 krw Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.72 2006/02/06 17:29:10 jmc Exp $ */ /* $NetBSD: aic7xxx.c,v 1.108 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.71 2005/12/28 03:00:07 krw Exp $ + * $Id: aic7xxx.c,v 1.72 2006/02/06 17:29:10 jmc Exp $ */ /* * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc. - April 2003 @@ -4654,7 +4654,7 @@ ahc_chip_init(struct ahc_softc *ahc) /* * Setup the allowed SCSI Sequences based on operational mode. - * If we are a target, we'll enalbe select in operations once + * If we are a target, we'll enable select in operations once * we've had a lun enabled. */ scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP; |