Index: third_party/libusb/src/libusb/os/darwin_usb.c |
diff --git a/third_party/libusb/src/libusb/os/darwin_usb.c b/third_party/libusb/src/libusb/os/darwin_usb.c |
index 07d6d61ad095da929a56a1438858b000de4faf50..f95706a05b97cebf781e0ded8c0a4568c4e622ef 100644 |
--- a/third_party/libusb/src/libusb/os/darwin_usb.c |
+++ b/third_party/libusb/src/libusb/os/darwin_usb.c |
@@ -1195,7 +1195,7 @@ static int darwin_claim_interface(struct libusb_device_handle *dev_handle, int i |
kresult = (*plugInInterface)->QueryInterface(plugInInterface, |
CFUUIDGetUUIDBytes(kIOUSBInterfaceInterfaceID), |
(LPVOID)&cInterface->interface); |
- /* We no longer need the intermediate plug-in */ |
+ /* We no longer need the intermediate plugin */ |
/* Use release instead of IODestroyPlugInInterface to avoid stopping IOServices associated with this device */ |
(*plugInInterface)->Release (plugInInterface); |
if (kresult || !cInterface->interface) { |