summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2005-09-19 04:11:04 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2005-09-19 04:11:04 +0000
commit01ec42cd0b1298edbd57765347a871a7e984b7e7 (patch)
treeae49b8bc636709bf95a4c214d52228780e0d9754 /sys/dev
parentfcd06f52968d5ee091b1bf40209c9e00aa48f0c0 (diff)
Typo 'taget' -> 'target'.
ok dlg@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 0732ce225a7..745eb7a3975 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.74 2005/09/15 05:33:39 krw Exp $ */
+/* $OpenBSD: ami.c,v 1.75 2005/09/19 04:11:03 krw Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -1506,7 +1506,7 @@ ami_scsi_cmd(xs)
lock = AMI_LOCK_AMI(sc);
if (target >= sc->sc_nunits || !sc->sc_hdr[target].hd_present ||
link->lun != 0) {
- AMI_DPRINTF(AMI_D_CMD, ("no taget %d ", target));
+ AMI_DPRINTF(AMI_D_CMD, ("no target %d ", target));
/* XXX should be XS_SENSE and sense filled out */
xs->error = XS_DRIVER_STUFFUP;
xs->flags |= ITSDONE;