diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:19:36 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-28 11:43:11 +0000 |
commit | 18e627e9c753684d6543f492c4d05caa282aaa56 (patch) | |
tree | 95feddd5fc00c1d6ac5d0baf41ea2e31141c5490 /sys/dev/ppbus/ppb_1284.c | |
parent | 43c4228c970b07ec1280a0e43783fb12e4296fa7 (diff) |
ppbus(4): Fix a typo in source code comment
- s/quering/querying/
Obtained from: NetBSD
(cherry picked from commit 975e2e3f84b0b7425185c9bb43722da779e8cd98)
Diffstat (limited to 'sys/dev/ppbus/ppb_1284.c')
-rw-r--r-- | sys/dev/ppbus/ppb_1284.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |