diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 07:23:14 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-06-15 07:23:14 +0000 |
| commit | cba1f4bff61d7cc0866f4f352e82def20d9a13fa (patch) | |
| tree | 0cbc6d9d6c3e0cad251594f556c56a0dbbdcaf60 /Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c | |
| parent | 1fe129ac3940f60810d429cb7bcf951bd4f7a117 (diff) | |
Doxygen corrections to fix Doxygen warnings in some demos.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@596 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c')
| -rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c index 7c3f3b44..44a32ea5 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c @@ -581,7 +581,7 @@ int16_t TCP_ProcessTCPPacket(void* IPHeaderInStart, void* TCPHeaderInStart, void *
* \param TCPHeaderOutStart Pointer to the start of the packet's outgoing TCP header
* \param SourceAddress Source protocol IP address of the outgoing IP header
- * \param DestinationAddress DestinationAddress protocol IP address of the outgoing IP header
+ * \param DestinationAddress Destination protocol IP address of the outgoing IP header
* \param TCPOutSize Size in bytes of the TCP data header and payload
*
* \return A 16-bit TCP checksum value
|
