diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-01 14:33:40 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-06-01 14:33:40 +0000 |
commit | f01a05415c03b0dd61297849ece2cfcce7f8d3e8 (patch) | |
tree | e46fd811bc29edaa3764a2d2a89e760621c8f794 /Demos/Host/LowLevel | |
parent | 6d2a08f1b77208de1f71dd4035d21f13e3f90462 (diff) | |
download | lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.gz lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.bz2 lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.zip |
Spell check library source code files.
Diffstat (limited to 'Demos/Host/LowLevel')
-rw-r--r-- | Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c b/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c index e640dbb21..c906a3b6c 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c +++ b/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c @@ -122,7 +122,7 @@ uint8_t RNDIS_SendKeepAlive(void) return HOST_SENDCONTROL_Successful; } -/** Initialises the attached RNDIS device's RNDIS interface. +/** Initializes the attached RNDIS device's RNDIS interface. * * \param[in] HostMaxPacketSize Size of the packet buffer on the host * \param[out] DeviceMaxPacketSize Pointer to where the packet buffer size of the device is to be stored |