Typo fixes in comments
authorfollower <follower@rancidbacon.com>
Sun, 21 Apr 2019 04:52:28 +0000 (16:52 +1200)
committerNathan Hjelm <hjelmn@me.com>
Mon, 8 Jul 2019 03:43:23 +0000 (21:43 -0600)
Closes #563

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb/os/darwin_usb.c
libusb/version_nano.h

index f6e853b..43efb11 100644 (file)
@@ -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);
 }
index 92452c7..7d50671 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11370
+#define LIBUSB_NANO 11371