git: f272a059a40a - main - mvs(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 09:49:33 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f272a059a40aee4eda44294bc5dfdf0bd7e5c02d commit f272a059a40aee4eda44294bc5dfdf0bd7e5c02d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 09:49:22 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-11 09:49:22 +0000 mvs(4): Fix a typo in a source code comment - s/reqests/requests/ MFC after: 3 days --- 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 40ce4c9a6157..3481b25aa7a3 100644 --- a/sys/dev/mvs/mvs.c +++ b/sys/dev/mvs/mvs.c @@ -772,7 +772,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 &&