From 975e2e3f84b0b7425185c9bb43722da779e8cd98 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 19 Nov 2021 19:19:36 +0100 Subject: [PATCH] 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 5752e4599a8..52dfb27931e 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 */