diff options
| author | FiriaCTO <70992913+FiriaCTO@users.noreply.github.com> | 2021-02-04 16:18:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 16:18:36 -0600 |
| commit | e72069e241b287ea3522546cda03b3d0df70ba7f (patch) | |
| tree | 41c2630b8c416df5e2db540c51f57fb5cdec0545 /tools | |
| parent | 7a17c75256282a282f3bae34dfc608037acf4382 (diff) | |
Fix typo in comment
descriptors should be plural
Co-authored-by: Dan Halbert <halbert@halwitz.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gen_usb_descriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py index fb4372f0d..bb4ecda6f 100644 --- a/tools/gen_usb_descriptor.py +++ b/tools/gen_usb_descriptor.py @@ -739,7 +739,7 @@ const tusb_desc_webusb_url_t desc_webusb_url = .url = URL }}; -// These next two hardcoded descriptor were pulled from the usb_descriptor.c file +// These next two hardcoded descriptors were pulled from the usb_descriptor.c file // of the tinyusb webusb_serial demo. TODO - this is probably something else to // integrate into the adafruit_usb_descriptors project... |
