Skip to content

Commit e72069e

Browse files
FiriaCTOdhalbert
andauthored
Fix typo in comment
descriptors should be plural Co-authored-by: Dan Halbert <[email protected]>
1 parent 7a17c75 commit e72069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_usb_descriptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def strings_in_order(cls):
739739
.url = URL
740740
}};
741741
742-
// These next two hardcoded descriptor were pulled from the usb_descriptor.c file
742+
// These next two hardcoded descriptors were pulled from the usb_descriptor.c file
743743
// of the tinyusb webusb_serial demo. TODO - this is probably something else to
744744
// integrate into the adafruit_usb_descriptors project...
745745

0 commit comments

Comments
 (0)