summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-12-13 15:46:27 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2020-12-13 15:46:27 -0800
commit369af149e3ad92514a2d24f112cedfeb7acaf558 (patch)
treee405d87a991d2f2f657147f0cdd05fe7f9b634f6 /ChangeLog
parentc6a35c56016ea2ab2f19115d2ea1e85e0edae155 (diff)
downloadlibusb-369af149e3ad92514a2d24f112cedfeb7acaf558.tar.gz
Correct a typo in the Changelog and clean up a stray file
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df47bd5..3530777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ visit: http://log.libusb.info
* Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
* Linux: Drop support for kernel older than 2.6.32
* Linux: Provide an event thread name (#689)
-* Linux: Wait until all USBs have been reaped before freeing them (#607)
+* Linux: Wait until all URBs have been reaped before freeing them (#607)
* NetBSD: Recognize device timeouts (#710)
* OpenBSD: Allow opening ugen devices multiple times (#763)
* OpenBSD: Support libusb_get_port_number() (#764)