From 0f45b9c8e076483cd546d0bc9c606b73455295c6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 30 Jul 2010 09:48:35 +0000 Subject: More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. --- Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c') diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c index e0c581f59..5889c45b3 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c @@ -156,7 +156,7 @@ void TCP_TCPTask(USB_ClassInfo_RNDIS_Device_t* const RNDISInterfaceInfo) } } -/** Initializes the TCP protocol handler, clearing the port and connection state tables. This must be called before TCP packets are +/** Initialises the TCP protocol handler, clearing the port and connection state tables. This must be called before TCP packets are * processed. */ void TCP_Init(void) -- cgit v1.2.3