Fix typo.

Approved by:	cognet (mentor)
This commit is contained in:
raj 2008-02-12 11:07:33 +00:00
parent 155d019a02
commit e825a75e75

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;