The branch stable/12 has been updated by gbe (doc committer):

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

commit b058f18eccdd17168d6eb87192d4dcb40184bd75
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2023-01-11 09:46:58 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2023-01-14 09:34:49 +0000

    ahci(4): Fix a typo in a source code comment
    
    - s/reqests/requests/
    
    (cherry picked from commit bc9228749c2ab31192a17ef01cfb363480144cdc)
---
 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 91015da23eff..c9250a92bd55 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -1482,7 +1482,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