diff options
author | tommycli <tommycli@chromium.org> | 2015-03-16 13:16:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 20:17:22 +0000 |
commit | e86b2982a90cc87afbeb8599cc54c274c482b0ec (patch) | |
tree | 2d02def47398f16fa93aea38e66448af48bec4ee /third_party/libusb | |
parent | 8f7612681b0b45c99010e90d5a0b7c1d80d9de8d (diff) | |
download | chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.zip chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.gz chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.bz2 |
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
Passed chrome-ui-review: https://groups.google.com/a/google.com/d/msg/chrome-ui-review/FwuQ2TWc5n8/H3PSuV4L_cAJ
BUG=467165
TBR=tsepez
(comment changes only in render_messages)
NOPRESUBMIT=true
(legacy LOG messages)
Review URL: https://codereview.chromium.org/1007443004
Cr-Commit-Position: refs/heads/master@{#320782}
Diffstat (limited to 'third_party/libusb')
-rw-r--r-- | third_party/libusb/src/libusb/os/darwin_usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libusb/src/libusb/os/darwin_usb.c b/third_party/libusb/src/libusb/os/darwin_usb.c index 07d6d61..f95706a 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) { |