libusb.h: Fix LIBUSB_CLASS_PRINTER description typo
authorPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:52:48 +0000 (22:52 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 24 Jul 2011 20:29:10 +0000 (22:29 +0200)
References #106.

libusb/libusb.h

index a34456c..5f36f38 100644 (file)
@@ -155,7 +155,7 @@ enum libusb_class_code {
        /** Human Interface Device class */
        LIBUSB_CLASS_HID = 3,
 
-       /** Printer dclass */
+       /** Printer class */
        LIBUSB_CLASS_PRINTER = 7,
 
        /** Picture transfer protocol class */