summaryrefslogtreecommitdiff
path: root/libusb/descriptor.c
diff options
context:
space:
mode:
authorhjelmn@cs.unm.edu <hjelmn@cs.unm.edu>2014-01-08 23:50:34 +0000
committerPete Batard <pete@akeo.ie>2014-01-08 23:51:01 +0000
commit1eff220474f63d7ea7f8f99bef2a3da9da5324eb (patch)
treeeba538bb278e18c9a8c70fb244f22dd9e971773e /libusb/descriptor.c
parent85e118aca6425108a408c3ce8b55a8d44fcef73c (diff)
downloadlibusb-1eff220474f63d7ea7f8f99bef2a3da9da5324eb.tar.gz
Misc: Revert all references to libusb/libusb.info
Diffstat (limited to 'libusb/descriptor.c')
-rw-r--r--libusb/descriptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/descriptor.c b/libusb/descriptor.c
index e1c4915..93d34ce 100644
--- a/libusb/descriptor.c
+++ b/libusb/descriptor.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */
/*
- * USB descriptor handling functions for libusbx
+ * USB descriptor handling functions for libusb
* Copyright © 2007 Daniel Drake <dsd@gentoo.org>
* Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com>
*
@@ -541,7 +541,7 @@ int usbi_device_cache_descriptor(libusb_device *dev)
*
* This is a non-blocking function; the device descriptor is cached in memory.
*
- * Note since libusbx-1.0.16, \ref LIBUSBX_API_VERSION >= 0x01000102, this
+ * Note since libusb-1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102, this
* function always succeeds.
*
* \param dev the device