From f01a05415c03b0dd61297849ece2cfcce7f8d3e8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Jun 2011 14:33:40 +0000 Subject: Spell check library source code files. --- Demos/Host/Incomplete/BluetoothHost/Lib/RFCOMM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/Incomplete/BluetoothHost') 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 */ -- cgit v1.2.3