X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6d2a08f1b77208de1f71dd4035d21f13e3f90462..f01a05415c03b0dd61297849ece2cfcce7f8d3e8:/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c?ds=inline diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c index f6354f509..71f7df173 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c @@ -153,7 +153,7 @@ void TCP_TCPTask(USB_ClassInfo_RNDIS_Device_t* const RNDISInterfaceInfo, } } -/** Initialises the TCP protocol handler, clearing the port and connection state tables. This must be called before TCP packets are +/** Initializes the TCP protocol handler, clearing the port and connection state tables. This must be called before TCP packets are * processed. */ void TCP_Init(void)