From bc9228749c2ab31192a17ef01cfb363480144cdc Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 11 Jan 2023 10:46:58 +0100 Subject: [PATCH] ahci(4): Fix a typo in a source code comment - s/reqests/requests/ MFC after: 3 days --- sys/dev/ahci/ahci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 3fd119b2e10..821ef756c9b 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 &&