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:
Joel Cunningham 2016-11-02 14:10:20 -05:00
parent 5079e4552c
commit 7d8989e3ea

View File

@ -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.
*/