aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-30 09:48:35 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-30 09:48:35 +0000
commit0f45b9c8e076483cd546d0bc9c606b73455295c6 (patch)
treed1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /Demos/Device/ClassDriver/RNDISEthernet/Lib
parent2034141a7eb4d21a738f688b5e35a43793d17fbc (diff)
downloadlufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.gz
lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.tar.bz2
lufa-0f45b9c8e076483cd546d0bc9c606b73455295c6.zip
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Lib')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c2
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c2
2 files changed, 2 insertions, 2 deletions
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)
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
index e01a04fb4..4fab86cfb 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
+++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
@@ -74,7 +74,7 @@ char PROGMEM HTTPPage[] =
"</html>";
-/** Initializes the Webserver application, opening the appropriate HTTP port in the TCP handler and registering the application
+/** Initialises the Webserver application, opening the appropriate HTTP port in the TCP handler and registering the application
* callback routine for packets sent to the HTTP protocol port.
*/
void Webserver_Init(void)