git: fb93bffd8ab5 - stable/12 - ppbus(4): Fix a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 11:48:15 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fb93bffd8ab5db20049177665275ca6591a8869b commit fb93bffd8ab5db20049177665275ca6591a8869b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:19:36 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-28 11:45:05 +0000 ppbus(4): Fix a typo in source code comment - s/quering/querying/ Obtained from: NetBSD (cherry picked from commit 975e2e3f84b0b7425185c9bb43722da779e8cd98) --- sys/dev/ppbus/ppb_1284.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index cd46b36c5473..c16b90e7289a 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -741,7 +741,7 @@ ppb_1284_negociate(device_t bus, int mode, int options) goto error; } - /* Event 7 - quering result consider nACK not to misunderstand + /* Event 7 - querying result consider nACK not to misunderstand * a remote computer terminate sequence */ if (options & PPB_EXTENSIBILITY_LINK) {