io.c: Fix comment since pthreads isn't the only threading libusb uses
authorPete Batard <pbatard@gmail.com>
Fri, 4 Jun 2010 03:14:20 +0000 (22:14 -0500)
committerPeter Stuge <peter@stuge.se>
Wed, 8 Feb 2012 13:46:17 +0000 (14:46 +0100)
libusb/io.c

index 51b641d..58bdcdf 100644 (file)
@@ -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);