From 9e7434b2c5c2ce4f2a9aa3e84de3e7cf33a910d5 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 1 May 2016 19:37:33 +0000 Subject: lib: minor spelling fixes in comments. No functional change. --- lib/libusb/libusb20_desc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libusb') 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); -- cgit v1.1