This commit is contained in:
Søren Schmidt 2006-03-09 10:24:03 +00:00
parent fef527ee73
commit a0f9099364
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156486

View File

@ -335,7 +335,7 @@ ata_interrupt(void *data)
}
/*
* we have the HW locks, so end the tranaction for this request
* we have the HW locks, so end the transaction for this request
* if it finishes immediately otherwise wait for next interrupt
*/
if (ch->hw.end_transaction(request) == ATA_OP_FINISHED) {