aic7xxx: Fix a typo in a kernel message

- s/recevied/received/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2024-01-20 22:01:10 +01:00
parent b4c94968d1
commit 54e047b13b

View file

@ -1109,7 +1109,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat)
printf("\tCRC Value Mismatch\n");
if ((sstat2 & CRCENDERR) != 0)
printf("\tNo terminal CRC packet "
"recevied\n");
"received\n");
if ((sstat2 & CRCREQERR) != 0)
printf("\tIllegal CRC packet "
"request\n");