diff options
author | Simon Newton <nomis52@gmail.com> | 2014-11-24 20:09:57 -0800 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2014-12-01 00:00:59 +0000 |
commit | d37635afb2e845210c80c0765dccad98933e72d0 (patch) | |
tree | ae2c459e8729ae4446cb745ab2a63042bccbfa1c /libusb/core.c | |
parent | ada59db186aa95215158129db8cd42e079daff07 (diff) | |
download | libusb-d37635afb2e845210c80c0765dccad98933e72d0.tar.gz |
misc: Fix grammar in a comment
# Closes #41
Diffstat (limited to 'libusb/core.c')
-rw-r--r-- | libusb/core.c | 3 |
1 files changed, 2 insertions, 1 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 |