summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Newton <nomis52@gmail.com>2014-11-24 20:09:57 -0800
committerPete Batard <pete@akeo.ie>2014-12-01 00:00:59 +0000
commitd37635afb2e845210c80c0765dccad98933e72d0 (patch)
treeae2c459e8729ae4446cb745ab2a63042bccbfa1c
parentada59db186aa95215158129db8cd42e079daff07 (diff)
downloadlibusb-d37635afb2e845210c80c0765dccad98933e72d0.tar.gz
misc: Fix grammar in a comment
# Closes #41
-rw-r--r--libusb/core.c3
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/libusb/core.c b/libusb/core.c
index c24ab77..a39a173 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 958de46..0c23ca6 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10922
+#define LIBUSB_NANO 10923