diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-17 18:56:36 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-17 18:56:36 +0000 |
commit | 08a2c0ca772a989c37e99618a6d782641fea1ad6 (patch) | |
tree | 2d4d84397506d4f8fb446777129687c9a10a91ea /sys/dev | |
parent | 268fa47935eba012bd155c934c8da512e1ba9ce8 (diff) |
Fix typos
ok krw@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/mpt_debug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt_debug.c b/sys/dev/ic/mpt_debug.c index bea147ee9ac..237ef381562 100644 --- a/sys/dev/ic/mpt_debug.c +++ b/sys/dev/ic/mpt_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_debug.c,v 1.2 2004/06/22 18:57:18 marco Exp $ */ +/* $OpenBSD: mpt_debug.c,v 1.3 2005/04/17 18:56:35 tom Exp $ */ /* $NetBSD: mpt_debug.c,v 1.2 2003/07/14 15:47:11 lukem Exp $ */ /* @@ -167,9 +167,9 @@ static const struct Error_Map IOC_SCSIStatus[] = { { SCSI_STATUS_COND_MET, "Check Condition Met" }, #endif { SCSI_BUSY, "Busy" }, -{ SCSI_INTERM, "Intermidiate Condition" }, +{ SCSI_INTERM, "Intermediate Condition" }, #if 0 -{ SCSI_STATUS_INTERMED_COND_MET, "Intermidiate Condition Met" }, +{ SCSI_STATUS_INTERMED_COND_MET, "Intermediate Condition Met" }, #endif { SCSI_RESV_CONFLICT, "Reservation Conflict" }, #if 0 |