diff options
author | hjelmn <Nathan Hjelm hjelmn@cs.unm.edu> | 2013-12-11 23:52:34 +0000 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2013-12-30 21:58:07 +0000 |
commit | 8cb3cb34fb7dca5d7586c68a61f2761a2e103195 (patch) | |
tree | 6a244d89d3b7b8c4c4d2accb7822acb9450eb2ba /libusb/hotplug.c | |
parent | 8b46e1c088167eb86b1712765896e2f17d70d148 (diff) | |
download | libusb-mergeback.tar.gz |
misc: revert all references to libusb/libusb.infomergeback
Diffstat (limited to 'libusb/hotplug.c')
-rw-r--r-- | libusb/hotplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/hotplug.c b/libusb/hotplug.c index 081bc79..04518ea 100644 --- a/libusb/hotplug.c +++ b/libusb/hotplug.c @@ -1,6 +1,6 @@ /* -*- Mode: C; indent-tabs-mode:t ; c-basic-offset:8 -*- */ /* - * Hotplug functions for libusbx + * Hotplug functions for libusb * Copyright © 2012-2013 Nathan Hjelm <hjelmn@mac.com> * Copyright © 2012-2013 Peter Stuge <peter@stuge.se> * @@ -80,7 +80,7 @@ * are invalid and will remain so even if the device comes back. * * When handling a LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED event it is considered - * safe to call any libusbx function that takes a libusb_device. On the other hand, + * safe to call any libusb function that takes a libusb_device. On the other hand, * when handling a LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT event the only safe function * is libusb_get_device_descriptor(). * |