misc: fix typos in comments

* Closes #53
This commit is contained in:
orbitcowboy
2015-02-13 22:58:49 +01:00
committed by Pete Batard
parent d26cc697cc
commit b000fe1821
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -799,7 +799,7 @@ struct usbi_os_backend {
* This function should not generate any bus I/O and should not block.
* Interface claiming is a logical operation that simply ensures that
* no other drivers/applications are using the interface, and after
* claiming, no other drivers/applicatiosn can use the interface because
* claiming, no other drivers/applications can use the interface because
* we now "own" it.
*
* Return:
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 10960
#define LIBUSB_NANO 10961