From 9012ec5310eba53e77b17f3d0a6b9b20b66ca44b Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Mon, 16 Mar 2015 21:54:50 +0100 Subject: [PATCH] PPP, PPPoS, changed pppos_output_append() description to match code change --- src/netif/ppp/pppos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/netif/ppp/pppos.c b/src/netif/ppp/pppos.c index 5fc48ede..13a47f2f 100644 --- a/src/netif/ppp/pppos.c +++ b/src/netif/ppp/pppos.c @@ -969,9 +969,9 @@ pppos_input_drop(pppos_pcb *pppos) } /* - * pppos_output_append - append given character to end of given pbuf. If out_accm - * is not NULL and the character needs to be escaped, do so. - * If pbuf is full, append another. + * pppos_output_append - append given character to end of given pbuf. + * If out_accm is not 0 and the character needs to be escaped, do so. + * If pbuf is full, send the pbuf and reuse it. * Return the current pbuf. */ static err_t