Skip to content

Commit 643895f

Browse files
committed
Fix spelling
1 parent 7e88314 commit 643895f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/src/usb_descriptors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const USB_DEVICE_DESCRIPTOR g_device_descriptor = {
7979
0x12, // Size of this descriptor in bytes
8080
USB_DESCRIPTOR_DEVICE, // DEVICE descriptor type
8181
0x0200, // USB Spec Release Number in BCD format
82-
// Since we use a Interface Association, we need to set the class, subclass &
82+
// Since we use a interface Association, we need to set the class, subclass &
8383
// protocol according to:
8484
// https://msdn.microsoft.com/en-us/library/windows/hardware/ff540054(v=vs.85).aspx
8585
0xef, // Class Code

0 commit comments

Comments
 (0)