diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:37:33 +0000 |
commit | 75f46cf6c81eff6229b9579513b6e7769b91d75d (patch) | |
tree | 0915c4e45d9b930a70f4e5e0d87c272630e6ade2 /lib/libusb/libusb20_desc.c | |
parent | 7b45c9dfe1181992c75439a067e7462ad92e9bd4 (diff) | |
download | src-75f46cf6c81eff6229b9579513b6e7769b91d75d.tar.gz src-75f46cf6c81eff6229b9579513b6e7769b91d75d.zip |
lib: minor spelling fixes in comments.
No functional change.
Notes
Notes:
svn path=/head/; revision=298896
Diffstat (limited to 'lib/libusb/libusb20_desc.c')
-rw-r--r-- | lib/libusb/libusb20_desc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/libusb20_desc.c b/lib/libusb/libusb20_desc.c index a40318246d00..c285193664ab 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); |