aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:33:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-01 14:33:40 +0000
commitf01a05415c03b0dd61297849ece2cfcce7f8d3e8 (patch)
treee46fd811bc29edaa3764a2d2a89e760621c8f794 /Demos/Host/Incomplete/BluetoothHost
parent6d2a08f1b77208de1f71dd4035d21f13e3f90462 (diff)
downloadlufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.gz
lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.tar.bz2
lufa-f01a05415c03b0dd61297849ece2cfcce7f8d3e8.zip
Spell check library source code files.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
index 1b839faed..3203278b4 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c
@@ -65,7 +65,7 @@ const uint8_t CRC8_Table[256] PROGMEM =
RFCOMM_Channel_t RFCOMM_Channels[RFCOMM_MAX_OPEN_CHANNELS];
-/** Initialises the RFCOMM service, ready for new connections from a SDP client. */
+/** Initializes the RFCOMM service, ready for new connections from a SDP client. */
void RFCOMM_Initialize(void)
{
/* Reset the RFCOMM channel structures, to invalidate any configured RFCOMM channels */