From: Brendan O'Dea Date: Fri, 24 Jun 2005 06:59:06 +0000 (+0000) Subject: comment typo X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~155 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/1bc0117ca9d6011c8dab76ebc9890f26257f70c6?hp=973c5fd008fec1a71bc8c50e2a2782e10995d485 comment typo --- diff --git a/ppp.c b/ppp.c index 38eb7ae..1ca1d14 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.62 2005-06-02 11:32:31 bodea Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.63 2005-06-24 06:59:06 bodea Exp $"; #include #include @@ -731,7 +731,7 @@ void processipcp(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l) LOG(3, s, t, "IPCP Acked, session is now active\n"); - // clear LCP_ACKED/CCP_ACKED flag for possible fast renegotiaion for routers + // clear LCP_ACKED/CCP_ACKED flag for possible fast renegotiation for routers session[s].flags &= ~(SF_LCP_ACKED|SF_CCP_ACKED); return;