From 7d7733a3773df271396e473252083d051a4e4f5c Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Fri, 20 Aug 2021 15:57:52 -0400 Subject: Fix comment typos References #981 --- libusb/io.c | 2 +- libusb/os/darwin_usb.c | 2 +- libusb/version_nano.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libusb/io.c b/libusb/io.c index f2743b9..90f6464 100644 --- a/libusb/io.c +++ b/libusb/io.c @@ -72,7 +72,7 @@ * a single function call. When the function call returns, the transfer has * completed and you can parse the results. * - * If you have used the libusb-0.1 before, this I/O style will seem familiar to + * If you have used libusb-0.1 before, this I/O style will seem familiar to * you. libusb-0.1 only offered a synchronous interface. * * In our input device example, to read button presses you might write code diff --git a/libusb/os/darwin_usb.c b/libusb/os/darwin_usb.c index 2f44471..1243e87 100644 --- a/libusb/os/darwin_usb.c +++ b/libusb/os/darwin_usb.c @@ -1245,7 +1245,7 @@ static int darwin_open (struct libusb_device_handle *dev_handle) { CFRetain (libusb_darwin_acfl); - /* add the cfSource to the aync run loop */ + /* add the cfSource to the async run loop */ CFRunLoopAddSource(libusb_darwin_acfl, priv->cfSource, kCFRunLoopCommonModes); } diff --git a/libusb/version_nano.h b/libusb/version_nano.h index cf676be..61bd5b0 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11652 +#define LIBUSB_NANO 11653 -- cgit v1.2.1