git: 18e627e9c753 - stable/13 - ppbus(4): Fix a typo in source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 28 Nov 2021 11:43:51 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=18e627e9c753684d6543f492c4d05caa282aaa56

commit 18e627e9c753684d6543f492c4d05caa282aaa56
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:43:11 +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 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 */