Fix typo in comments.

Submitted by:	Benedict Reuschling <bcr@FreeBSD.org>
MFC after:	6 days
This commit is contained in:
mav 2014-09-06 15:37:55 +00:00
parent 3a8cf1a38b
commit 1091f6dff6

View File

@ -1535,8 +1535,9 @@ ahci_execute_transaction(struct ahci_slot *slot)
/*
* Marvell HBAs with non-RAID firmware do not wait for
* readiness after soft reset, so we have to wait here.
* Marvell RAIDs have no this problem, but instead sometimes
* forget to update FIS receive area, breaking this wait.
* Marvell RAIDs do not have this problem, but instead
* sometimes forget to update FIS receive area, breaking
* this wait.
*/
if ((ch->quirks & AHCI_Q_NOBSYRES) == 0 &&
(ch->quirks & AHCI_Q_ATI_PMP_BUG) == 0 &&