Trivial comment fix about calling tcp_slowtmr

Trivial typo fix.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin 2015-11-20 09:30:20 +08:00 committed by sg
parent 5c27429958
commit c730e45f0c

View File

@ -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();
}