summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authororbitcowboy <ettl.martin78@gmail.com>2015-02-13 22:58:49 +0100
committerPete Batard <pete@akeo.ie>2015-02-16 23:15:25 +0000
commitb000fe1821dceb5e19fc811a6ee2b977205d4034 (patch)
tree0b7c38ac37c17ed4f6919c08bbd6e5cc2d89c67f /libusb/libusb.h
parentd26cc697ccaba5496b56903eac12dc2b5838af04 (diff)
downloadlibusb-b000fe1821dceb5e19fc811a6ee2b977205d4034.tar.gz
misc: fix typos in comments
* Closes #53
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index e8da829..f93d803 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -90,7 +90,7 @@ typedef unsigned __int32 uint32_t;
* Under Windows, the selection of available compilers and configurations
* means that, unlike other platforms, there is not <em>one true calling
* convention</em> (calling convention: the manner in which parameters are
- * passed to funcions in the generated assembly code).
+ * passed to functions in the generated assembly code).
*
* Matching the Windows API itself, libusb uses the WINAPI convention (which
* translates to the <tt>stdcall</tt> convention) and guarantees that the
@@ -668,7 +668,7 @@ struct libusb_config_descriptor {
uint8_t bmAttributes;
/** Maximum power consumption of the USB device from this bus in this
- * configuration when the device is fully opreation. Expressed in units
+ * configuration when the device is fully operation. Expressed in units
* of 2 mA. */
uint8_t MaxPower;