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

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

commit 4b2bf618bbf6c18b0e233685442086fbd4596947
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2023-01-11 09:49:22 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2023-01-14 09:35:24 +0000

    mvs(4): Fix a typo in a source code comment
    
    - s/reqests/requests/
    
    (cherry picked from commit f272a059a40aee4eda44294bc5dfdf0bd7e5c02d)
---
 sys/dev/mvs/mvs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c
index 3adb012294ca..7310deb6c256 100644
--- a/sys/dev/mvs/mvs.c
+++ b/sys/dev/mvs/mvs.c
@@ -774,7 +774,7 @@ mvs_ch_intr(void *data)
                        }
                        mvs_requeue_frozen(dev);
                        for (i = 0; i < MVS_MAX_SLOTS; i++) {
-                               /* XXX: reqests in loading state. */
+                               /* XXX: requests in loading state. */
                                if (((ch->rslots >> i) & 1) == 0)
                                        continue;
                                if (port >= 0 &&

Reply via email to