From 8cb3cb34fb7dca5d7586c68a61f2761a2e103195 Mon Sep 17 00:00:00 2001 From: hjelmn Date: Wed, 11 Dec 2013 23:52:34 +0000 Subject: misc: revert all references to libusb/libusb.info --- libusb/os/poll_windows.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libusb/os/poll_windows.c') diff --git a/libusb/os/poll_windows.c b/libusb/os/poll_windows.c index abe8761..2a75c5e 100644 --- a/libusb/os/poll_windows.c +++ b/libusb/os/poll_windows.c @@ -22,7 +22,7 @@ */ /* - * poll() and pipe() Windows compatibility layer for libusbx 1.0 + * poll() and pipe() Windows compatibility layer for libusb 1.0 * * The way this layer works is by using OVERLAPPED with async I/O transfers, as * OVERLAPPED have an associated event which is flagged for I/O completion. @@ -252,7 +252,7 @@ void exit_polling(void) /* * Create a fake pipe. - * As libusbx only uses pipes for signaling, all we need from a pipe is an + * As libusb only uses pipes for signaling, all we need from a pipe is an * event. To that extent, we create a single wfd and overlapped as a means * to access that event. */ -- cgit v1.2.1