]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Minor changes: typo in doc files.
authorfbernon <fbernon>
Mon, 21 Jan 2008 17:00:07 +0000 (17:00 +0000)
committerfbernon <fbernon>
Mon, 21 Jan 2008 17:00:07 +0000 (17:00 +0000)
CHANGELOG
doc/sys_arch.txt

index baf194af826691eca87c4162562eed9d47fbae16..6c006c14595115f2b93418c47e3b1200b5cb8ffe 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -123,7 +123,7 @@ HISTORY
   2007-11-21 Simon Goldschmidt
   * 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
-    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
   * api_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK option (check if name
index 970f19f6cd8f96ec08e2a5f789f91b8f3e8b7f1b..38dac03b365fa7e2c2e16a500bb528abc68ab074 100644 (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
   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
   the sys_arch module.