mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
aic7xxx: Fix a typo in a kernel message
- s/recevied/received/ MFC after: 5 days
This commit is contained in:
parent
b4c94968d1
commit
54e047b13b
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue