summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfollower <follower@rancidbacon.com>2019-04-21 16:52:28 +1200
committerNathan Hjelm <hjelmn@me.com>2019-07-07 21:43:23 -0600
commitf0b804cf7212c4176c9a6a20ac9ba09356c89a5e (patch)
treefd1b77a55363b54b9fee0b62aefe76da789ac385
parent636b188da68f1ef79268990cec6d9f310ec94909 (diff)
downloadlibusb-f0b804cf7212c4176c9a6a20ac9ba09356c89a5e.tar.gz
Typo fixes in comments
Closes #563 Signed-off-by: Nathan Hjelm <hjelmn@me.com>
-rw-r--r--libusb/os/darwin_usb.c4
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libusb/os/darwin_usb.c b/libusb/os/darwin_usb.c
index f6e853b..43efb11 100644
--- a/libusb/os/darwin_usb.c
+++ b/libusb/os/darwin_usb.c
@@ -408,8 +408,8 @@ static void darwin_hotplug_poll (void)
/* not sure if 1 ms will be too long/short but it should work ok */
mach_timespec_t timeout = {.tv_sec = 0, .tv_nsec = 1000000ul};
- /* since a kernel thread may nodify the IOInterators used for
- * hotplug notidication we can't just clear the iterators.
+ /* since a kernel thread may notify the IOIterators used for
+ * hotplug notification we can't just clear the iterators.
* instead just wait until all IOService providers are quiet */
(void) IOKitWaitQuiet (kIOMasterPortDefault, &timeout);
}
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 92452c7..7d50671 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11370
+#define LIBUSB_NANO 11371