Minor changes: typo in doc files.

This commit is contained in:
fbernon 2008-01-21 17:00:07 +00:00
parent bfd96264e6
commit 8d0f689cb5
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ HISTORY
2007-11-21 Simon Goldschmidt 2007-11-21 Simon Goldschmidt
* tcp.h, opt.h, tcp.c, tcp_in.c: implemented calculating the effective send-mss * tcp.h, opt.h, tcp.c, tcp_in.c: implemented calculating the effective send-mss
based on the MTU of the netif used to send. Enabled by default. Disable by based on the MTU of the netif used to send. Enabled by default. Disable by
setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21535. setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21492.
2007-11-19 Frédéric Bernon 2007-11-19 Frédéric Bernon
* api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name * api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name

View File

@ -129,7 +129,7 @@ The following functions must be implemented by the sys_arch:
pointer to a linked list of timeouts. This function is called by pointer to a linked list of timeouts. This function is called by
the lwIP timeout scheduler and must not return a NULL value. the lwIP timeout scheduler and must not return a NULL value.
In a single threadd sys_arch implementation, this function will In a single thread sys_arch implementation, this function will
simply return a pointer to a global sys_timeouts variable stored in simply return a pointer to a global sys_timeouts variable stored in
the sys_arch module. the sys_arch module.