mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
usb: Fix two typos in source code comments
- s/bascially/basically/ - s/assistence/assistance/ MFC after: 3 days
This commit is contained in:
parent
938918a9f4
commit
f5e3329a5a
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ struct ngudbpstat {
|
|||
|
||||
/*
|
||||
* This is used to define the 'parse type' for a struct ngudbpstat, which
|
||||
* is bascially a description of how to convert a binary struct ngudbpstat
|
||||
* is basically a description of how to convert a binary struct ngudbpstat
|
||||
* to an ASCII string and back. See ng_parse.h for more info.
|
||||
*
|
||||
* This needs to be kept in sync with the above structure definition
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* USB on the other.
|
||||
*
|
||||
* Thanx to FTDI (http://www.ftdi.co.uk) for so kindly providing details
|
||||
* of the protocol required to talk to the device and ongoing assistence
|
||||
* of the protocol required to talk to the device and ongoing assistance
|
||||
* during development.
|
||||
*
|
||||
* Bill Ryder - bryder@sgi.com of Silicon Graphics, Inc. is the original
|
||||
|
|
|
|||
Loading…
Reference in a new issue