summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.c
diff options
context:
space:
mode:
authorhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>2013-12-11 23:52:34 +0000
committerPete Batard <pete@akeo.ie>2013-12-30 21:58:07 +0000
commit8cb3cb34fb7dca5d7586c68a61f2761a2e103195 (patch)
tree6a244d89d3b7b8c4c4d2accb7822acb9450eb2ba /libusb/os/poll_windows.c
parent8b46e1c088167eb86b1712765896e2f17d70d148 (diff)
downloadlibusb-8cb3cb34fb7dca5d7586c68a61f2761a2e103195.tar.gz
misc: revert all references to libusb/libusb.infomergeback
Diffstat (limited to 'libusb/os/poll_windows.c')
-rw-r--r--libusb/os/poll_windows.c4
1 files changed, 2 insertions, 2 deletions
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.
*/