[haiku-commits] r40433 - haiku/trunk/headers/os/drivers/usb

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 10 Feb 2011 21:25:40 +0100 (CET)

Author: phoudoin
Date: 2011-02-10 21:25:40 +0100 (Thu, 10 Feb 2011)
New Revision: 40433
Changeset: http://dev.haiku-os.org/changeset/40433

Modified:
   haiku/trunk/headers/os/drivers/usb/USB_midi.h
Log:
Fix typo.


Modified: haiku/trunk/headers/os/drivers/usb/USB_midi.h
===================================================================
--- haiku/trunk/headers/os/drivers/usb/USB_midi.h       2011-02-10 19:54:56 UTC 
(rev 40432)
+++ haiku/trunk/headers/os/drivers/usb/USB_midi.h       2011-02-10 20:25:40 UTC 
(rev 40433)
@@ -18,7 +18,7 @@
 } _PACKED usb_midi_event_packet;
 
 
-// MIDIStreaming (ms) insterface descriptors (p20)
+// MIDIStreaming (ms) interface descriptors (p20)
 
 enum { // MIDI Streaming descriptors subtypes
        USB_MS_HEADER_DESCRIPTOR = 0x01,
@@ -81,7 +81,7 @@
        USB_MS_ELEMENT_GM2                                      = 0x0020,
        // GS Format compatible (Roland)
        USB_MS_ELEMENT_GS                                       = 0x0040,
-       // XG compatibily (Yamaha)
+       // XG compatible (Yamaha)
        USB_MS_ELEMENT_XG                                       = 0x0080,
        USB_MS_ELEMENT_EFX                                      = 0x0100,
        // internal MIDI Patcher or Router


Other related posts:

  • » [haiku-commits] r40433 - haiku/trunk/headers/os/drivers/usb - philippe . houdoin