From f0b804cf7212c4176c9a6a20ac9ba09356c89a5e Mon Sep 17 00:00:00 2001 From: follower Date: Sun, 21 Apr 2019 16:52:28 +1200 Subject: Typo fixes in comments Closes #563 Signed-off-by: Nathan Hjelm --- libusb/os/darwin_usb.c | 4 ++-- libusb/version_nano.h | 2 +- 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 -- cgit v1.2.1