misc: Fix grammar in a comment
authorSimon Newton <nomis52@gmail.com>
Tue, 25 Nov 2014 04:09:57 +0000 (20:09 -0800)
committerPete Batard <pete@akeo.ie>
Mon, 1 Dec 2014 00:00:59 +0000 (00:00 +0000)
# Closes #41

libusb/core.c
libusb/version_nano.h

index c24ab77..a39a173 100644 (file)
@@ -1417,7 +1417,8 @@ int API_EXPORTED libusb_get_configuration(libusb_device_handle *dev,
  *
  * \param dev a device handle
  * \param configuration the bConfigurationValue of the configuration you
- * wish to activate, or -1 if you wish to put the device in unconfigured state
+ * wish to activate, or -1 if you wish to put the device in an unconfigured
+ * state
  * \returns 0 on success
  * \returns LIBUSB_ERROR_NOT_FOUND if the requested configuration does not exist
  * \returns LIBUSB_ERROR_BUSY if interfaces are currently claimed
index 958de46..0c23ca6 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10922
+#define LIBUSB_NANO 10923