git: eac50851724c - stable/13 - ahci(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 14 Jan 2023 09:27:41 UTC
The branch stable/13 has been updated by gbe (doc committer):

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

commit eac50851724cea42f7b026e7aca3742f43863097
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 09:46:58 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-14 09:26:48 +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 c6cf273fdf0b..f5227f5e7147 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -1485,7 +1485,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 &&