summaryrefslogtreecommitdiffstats
path: root/lib/libusb
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
committerpfg <pfg@FreeBSD.org>2016-05-01 19:37:33 +0000
commit9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5 (patch)
tree0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libusb
parentb40040b0194300dfa5b68ecd084dde2ce667c9bc (diff)
downloadFreeBSD-src-9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5.zip
FreeBSD-src-9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5.tar.gz
lib: minor spelling fixes in comments.
No functional change.
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/libusb20_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb20_desc.c b/lib/libusb/libusb20_desc.c
index a403182..c285193 100644
--- a/lib/libusb/libusb20_desc.c
+++ b/lib/libusb/libusb20_desc.c
@@ -135,7 +135,7 @@ libusb20_parse_config_desc(const void *config_desc)
/*
* Make a copy of the config descriptor, so that the caller can free
- * the inital config descriptor pointer!
+ * the initial config descriptor pointer!
*/
memcpy((void *)(lub_endpoint + nendpoint), config_desc, pcdesc.len);
OpenPOWER on IntegriCloud