mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 18:16:13 +00:00
TCP documentation: fix tcp_pbuf_prealloc typo
This commit fixes a typo in the tcp_pbuf_prealloc documentation that used "willo" in place of "will"
This commit is contained in:
parent
5079e4552c
commit
7d8989e3ea
@ -224,7 +224,7 @@ tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno,
|
||||
* @param length size of the pbuf's payload.
|
||||
* @param max_length maximum usable size of payload+oversize.
|
||||
* @param oversize pointer to a u16_t that will receive the number of usable tail bytes.
|
||||
* @param pcb The TCP connection that willo enqueue the pbuf.
|
||||
* @param pcb The TCP connection that will enqueue the pbuf.
|
||||
* @param apiflags API flags given to tcp_write.
|
||||
* @param first_seg true when this pbuf will be used in the first enqueued segment.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user