Misc: Fix a Doxygen comment typo
authormojocorp <morganleborgne@gmail.com>
Tue, 3 Jan 2017 21:56:46 +0000 (22:56 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Wed, 4 Jan 2017 16:33:20 +0000 (17:33 +0100)
libusb/libusb.h
libusb/version_nano.h

index f73e31cc26b24f0b38c7e93c23e7580f864c6a08..c562690f9afea724a16dbe87eeebd6adcefb0f55 100644 (file)
@@ -1220,7 +1220,7 @@ struct libusb_transfer {
        /** Type of the endpoint from \ref libusb_transfer_type */
        unsigned char type;
 
-       /** Timeout for this transfer in millseconds. A value of 0 indicates no
+       /** Timeout for this transfer in milliseconds. A value of 0 indicates no
         * timeout. */
        unsigned int timeout;
 
index 10b89fcf583ddf310a3bb9d214609c2ba315a95d..af4d98f7aa33267d6442748751d440df1d7c092c 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11157
+#define LIBUSB_NANO 11161