mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
Misc: Fix a Doxygen comment typo
This commit is contained in:
committed by
Ludovic Rousseau
parent
b14d0a49e8
commit
138934cab6
+1
-1
@@ -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;
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11157
|
||||
#define LIBUSB_NANO 11161
|
||||
|
||||
Reference in New Issue
Block a user