summaryrefslogtreecommitdiff
path: root/libusb/sync.c
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-04-03 16:31:32 +0100
committerPete Batard <pete@akeo.ie>2012-04-03 16:32:10 +0100
commitb49cfaec7806719ce7787c20a7574007488d26a3 (patch)
tree408e7d26d16af8ecd636877c26bac17afb547267 /libusb/sync.c
parentca159f15737e9097a4d031c9950f281c42af040a (diff)
downloadlibusb-b49cfaec7806719ce7787c20a7574007488d26a3.tar.gz
Misc: Fix missing libsub's -> libusbx's from previous patches
Diffstat (limited to 'libusb/sync.c')
-rw-r--r--libusb/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/sync.c b/libusb/sync.c
index 47445b7..c3c92eb 100644
--- a/libusb/sync.c
+++ b/libusb/sync.c
@@ -28,7 +28,7 @@
/**
* @defgroup syncio Synchronous device I/O
*
- * This page documents libusb's synchronous (blocking) API for USB device I/O.
+ * This page documents libusbx's synchronous (blocking) API for USB device I/O.
* This interface is easy to use but has some limitations. More advanced users
* may wish to consider using the \ref asyncio "asynchronous I/O API" instead.
*/