diff options
Diffstat (limited to 'libusb/core.c')
-rw-r--r-- | libusb/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/core.c b/libusb/core.c index db1ae2a..292e3ab 100644 --- a/libusb/core.c +++ b/libusb/core.c @@ -629,7 +629,7 @@ API_EXPORTED void libusb_unref_device(libusb_device *dev) * This is a non-blocking function; no requests are sent over the bus. * * \param dev the device to open - * \param output location for the returned device handle pointer. Only + * \param handle output location for the returned device handle pointer. Only * populated when the return code is 0. * \returns 0 on success * \returns LIBUSB_ERROR_NO_MEM on memory allocation failure |