mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ppbus(4): Fix a typo in source code comment
- s/quering/querying/ Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
bebff61587
commit
975e2e3f84
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue