mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
aic7xxx: Fix two typos in source code comments
- s/recevied/received/ (cherry picked from commit b971c51a4d9498c26079fd8229f7af6ef1585020)
This commit is contained in:
parent
a7fb3cfeb3
commit
d7b74e01f4
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue