mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 02:27:15 +00:00
Trivial comment fix about calling tcp_slowtmr
Trivial typo fix. Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
5c27429958
commit
c730e45f0c
@ -141,7 +141,7 @@ tcp_tmr(void)
|
||||
tcp_fasttmr();
|
||||
|
||||
if (++tcp_timer & 1) {
|
||||
/* Call tcp_tmr() every 500 ms, i.e., every other timer
|
||||
/* Call tcp_slowtmr() every 500 ms, i.e., every other timer
|
||||
tcp_tmr() is called. */
|
||||
tcp_slowtmr();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user