aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ahci/ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index 3fd119b2e10e..821ef756c9ba 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -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 &&