PPP, PPPoS, changed pppos_output_append() description to match code change

This commit is contained in:
Sylvain Rochet 2015-03-16 21:54:50 +01:00
parent c37ecb1552
commit 9012ec5310

View File

@ -969,9 +969,9 @@ pppos_input_drop(pppos_pcb *pppos)
} }
/* /*
* pppos_output_append - append given character to end of given pbuf. If out_accm * pppos_output_append - append given character to end of given pbuf.
* is not NULL and the character needs to be escaped, do so. * If out_accm is not 0 and the character needs to be escaped, do so.
* If pbuf is full, append another. * If pbuf is full, send the pbuf and reuse it.
* Return the current pbuf. * Return the current pbuf.
*/ */
static err_t static err_t