summaryrefslogtreecommitdiff
path: root/libusb/io.c
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-06-03 22:14:20 -0500
committerPeter Stuge <peter@stuge.se>2012-02-08 14:46:17 +0100
commit637145ed29ee7c7b13ac45d10cf1f798fc06cbd9 (patch)
tree26dbd700c20402abe1e91d2dad4cc91b0a124555 /libusb/io.c
parentbb37939ab44a54a054f73e2f381808b12fb9cb33 (diff)
downloadlibusb-637145ed29ee7c7b13ac45d10cf1f798fc06cbd9.tar.gz
io.c: Fix comment since pthreads isn't the only threading libusb uses
Diffstat (limited to 'libusb/io.c')
-rw-r--r--libusb/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/io.c b/libusb/io.c
index 51b641d..58bdcdf 100644
--- a/libusb/io.c
+++ b/libusb/io.c
@@ -2020,7 +2020,7 @@ retry:
return r;
}
- /* another thread is doing event handling. wait for pthread events that
+ /* another thread is doing event handling. wait for thread events that
* notify event completion. */
libusb_lock_event_waiters(ctx);