summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2014-05-24 15:42:37 +0200
committerHans de Goede <hdegoede@redhat.com>2014-05-30 11:09:02 +0200
commit64b20360a4ca54d5b3e85d0e34fb8ff83b7033de (patch)
treef234eafe0d73a6ca1081e5378d9139ce8964be42
parent6d5e7ec80045f1af400e7a84ec2ad7630573ce96 (diff)
downloadlibusb-64b20360a4ca54d5b3e85d0e34fb8ff83b7033de.tar.gz
Fix a small typo in comment to free_streams()
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--libusb/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/core.c b/libusb/core.c
index 14417f5..7af20ce 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -1659,7 +1659,7 @@ int API_EXPORTED libusb_alloc_streams(libusb_device_handle *dev,
* Since version 1.0.19, \ref LIBUSB_API_VERSION >= 0x01000103
*
* \param dev a device handle
- * \param endpoints array of endpoints to allocate streams on
+ * \param endpoints array of endpoints to free streams on
* \param num_endpoints length of the endpoints array
* \returns LIBUSB_SUCCESS, or a LIBUSB_ERROR code on failure
*/