Minor: documentation updates

This commit is contained in:
Dirk Ziegelmeier
2016-10-09 10:23:36 +02:00
parent 5477aa5a42
commit 4e74ae4bc9
2 changed files with 27 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
*
* Note lwip_ntohs() and lwip_ntohl() are merely references to the htonx counterparts.
*
* If you #define them to htons() and htonl(), you should
* If you \#define them to htons() and htonl(), you should
* \#define LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS to prevent lwIP from
* defining htonx/ntohx compatibility macros.
*/