Correct a minor typo in error message.

Approved: jkh@freebsd.org
This commit is contained in:
mjacob 2000-02-11 19:36:30 +00:00
parent a9c2af8be3
commit b2371118e5

View File

@ -1158,7 +1158,7 @@ isp_handle_ctio2(isp, ct)
* CTIO rejected by the firmware because an invalid RX_ID.
* Just print a message.
*/
PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x",
PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x\n",
isp->isp_name, ct->ct_rxid);
break;