usb: Fix two typos in source code comments

- s/bascially/basically/
- s/assistence/assistance/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-01-20 17:32:20 +01:00
parent 938918a9f4
commit f5e3329a5a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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