ahci(4): Fix a typo in a source code comment

- s/reqests/requests/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-01-11 10:46:58 +01:00
parent be51810f8d
commit bc9228749c

View File

@ -1484,7 +1484,7 @@ ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus)
ahci_done(ch, fccb);
}
for (i = 0; i < ch->numslots; i++) {
/* XXX: reqests in loading state. */
/* XXX: requests in loading state. */
if (((err >> i) & 1) == 0)
continue;
if (port >= 0 &&