From: YASUOKA Masahiko Date: Wed, 16 Mar 2016 04:39:19 +0000 (+0900) Subject: Fix a typo in comment. Diff from Yuuichi Someya. X-Git-Tag: ppp-2.4.8~42^2 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=f831f27c309fb2f4dfca3336a9f144993e02c225;hp=-c;p=ppp.git Fix a typo in comment. Diff from Yuuichi Someya. --- f831f27c309fb2f4dfca3336a9f144993e02c225 diff --git a/pppd/fsm.c b/pppd/fsm.c index c200cc3..e9bd34f 100644 --- a/pppd/fsm.c +++ b/pppd/fsm.c @@ -468,7 +468,7 @@ fsm_rconfreq(f, id, inp, len) f->nakloops = 0; } else { - /* we sent CONFACK or CONFREJ */ + /* we sent CONFNAK or CONFREJ */ if (f->state != ACKRCVD) f->state = REQSENT; if( code == CONFNAK )