Fix comment typos
authorSean McBride <sean@rogue-research.com>
Fri, 20 Aug 2021 19:57:52 +0000 (15:57 -0400)
committerTormod Volden <debian.tormod@gmail.com>
Thu, 23 Sep 2021 08:52:11 +0000 (10:52 +0200)
References #981

libusb/io.c
libusb/os/darwin_usb.c
libusb/version_nano.h

index f2743b9..90f6464 100644 (file)
@@ -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
index 2f44471..1243e87 100644 (file)
@@ -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);
   }
 
index cf676be..61bd5b0 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11652
+#define LIBUSB_NANO 11653