mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ahci(4): Fix a typo in a source code comment
- s/reqests/requests/ MFC after: 3 days
This commit is contained in:
parent
be51810f8d
commit
bc9228749c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue