From 138934cab6976d7dc0b09da4f42bf57eb8c8ca90 Mon Sep 17 00:00:00 2001 From: mojocorp Date: Tue, 3 Jan 2017 22:56:46 +0100 Subject: [PATCH] Misc: Fix a Doxygen comment typo --- libusb/libusb.h | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/libusb.h b/libusb/libusb.h index f73e31c..c562690 100644 --- a/libusb/libusb.h +++ b/libusb/libusb.h @@ -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; diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 10b89fc..af4d98f 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11157 +#define LIBUSB_NANO 11161