Fix typo.

Approved by:	cognet (mentor)
This commit is contained in:
Rafal Jaworowski 2008-02-12 11:07:33 +00:00
parent 5713ef0ced
commit af3c383a98

View File

@ -1615,7 +1615,7 @@ cam_periph_error(union ccb *ccb, cam_flags camflags,
ccb->ccb_h.retry_count--;
error = ERESTART;
} else {
action_string = "Retries Exausted";
action_string = "Retries Exhausted";
error = EIO;
}
break;