aic7xxx: Fix two typos in source code comments

- s/recevied/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-22 21:47:23 +01:00
parent d04df66477
commit b971c51a4d
2 changed files with 2 additions and 2 deletions

View file

@ -1198,7 +1198,7 @@ mesgin_complete:
test SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
/*
* If we recevied good status but never successfully sent the
* If we received good status but never successfully sent the
* cdb, abort the command.
*/
test SCB_SCSI_STATUS,0xff jnz complete_accepted;

View file

@ -1639,7 +1639,7 @@ mesgin_complete:
test SEQ_FLAGS, NOT_IDENTIFIED jnz mesgin_proto_violation;
/*
* If we recevied good status but never successfully sent the
* If we received good status but never successfully sent the
* cdb, abort the command.
*/
test SCB_SCSI_STATUS,0xff jnz complete_accepted;