summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2021-08-20 15:57:52 -0400
committerTormod Volden <debian.tormod@gmail.com>2021-09-23 10:52:11 +0200
commit7d7733a3773df271396e473252083d051a4e4f5c (patch)
treee0d557ca103d0ba2a08eef75d62db7f8a1bb4234
parent42407102fd8c12cc631974bce7c776061a5da873 (diff)
downloadlibusb-7d7733a3773df271396e473252083d051a4e4f5c.tar.gz
Fix comment typos
References #981
-rw-r--r--libusb/io.c2
-rw-r--r--libusb/os/darwin_usb.c2
-rw-r--r--libusb/version_nano.h2
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