[spelling] spelling-fixes. (not external/)

This commit is contained in:
klemens
2016-08-15 17:55:40 +02:00
committed by Travis Geiselbrecht
parent d90cb4e7c6
commit d0b90c2d68
33 changed files with 39 additions and 39 deletions

View File

@@ -101,7 +101,7 @@ static int usb_append_interface(usb_descriptor *desc, const uint8_t *int_descr,
// patch our interface descriptor with the new id
ptr[2] = interface_num;
// append it to our config desriptor
// append it to our config descriptor
append_desc_data(desc, ptr, len);
free(ptr);