1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Fix spelling.

This commit is contained in:
Hans Petter Selasky 2015-06-03 15:43:55 +00:00
parent ecb3497f56
commit be14cd6be7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283952

View File

@ -171,7 +171,7 @@ static const void *midi_descs_1[] = {
static const struct usb_temp_interface_desc midi_iface_1 = {
.ppRawDesc = midi_descs_1,
.ppEndpoints = midi_iface_1_ep,
.bInterfaceClass = 0x01, /* Midi */
.bInterfaceClass = 0x01, /* MIDI */
.bInterfaceSubClass = 3, /* MIDI streaming */
.bInterfaceProtocol = 0,
.iInterface = INDEX_MIDI_IF,