The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bc9228749c2ab31192a17ef01cfb363480144cdc

commit bc9228749c2ab31192a17ef01cfb363480144cdc
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2023-01-11 09:46:58 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2023-01-11 09:46:58 +0000

    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 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 &&

Reply via email to