git: 00ec4861aeb2 - stable/13 - mvs(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:27:39 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=00ec4861aeb299df0ce4783bea4b056777deee3d commit 00ec4861aeb299df0ce4783bea4b056777deee3d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:49:22 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:26:17 +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 80c5e8cfe05f..e446914c5113 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 &&