]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - doc/sys_arch.txt
Minor changes: typo in doc files.
[pes-rpp/rpp-lwip.git] / doc / sys_arch.txt
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.