git: 975e2e3f84b0 - main - ppbus(4): Fix a typo in source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 18:20:03 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=975e2e3f84b0b7425185c9bb43722da779e8cd98
commit 975e2e3f84b0b7425185c9bb43722da779e8cd98
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:19:36 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-19 18:19:36 +0000
ppbus(4): Fix a typo in source code comment
- s/quering/querying/
Obtained from: NetBSD
MFC after: 3 days
---
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 5752e4599a8d..52dfb27931ed 100644
--- a/sys/dev/ppbus/ppb_1284.c
+++ b/sys/dev/ppbus/ppb_1284.c
@@ -737,7 +737,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) {
/* XXX not fully supported yet */