From 637145ed29ee7c7b13ac45d10cf1f798fc06cbd9 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 3 Jun 2010 22:14:20 -0500 Subject: [PATCH] io.c: Fix comment since pthreads isn't the only threading libusb uses --- libusb/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4