mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-27 06:14:09 +00:00
Minor typo fix in tcp_out.c
This commit is contained in:
parent
e1598b0b11
commit
0043bf78b6
@ -475,7 +475,7 @@ tcp_write(struct tcp_pcb *pcb, const void *arg, u16_t len, u8_t apiflags)
|
||||
space -= oversize_used;
|
||||
}
|
||||
/* now we are either finished or oversize is zero */
|
||||
LWIP_ASSERT("inconsistend oversize vs. len", (oversize == 0) || (pos == len));
|
||||
LWIP_ASSERT("inconsistent oversize vs. len", (oversize == 0) || (pos == len));
|
||||
#endif /* TCP_OVERSIZE */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user