]> git.ozlabs.org Git - ppp.git/commitdiff
Fix a typo in comment. Diff from Yuuichi Someya.
authorYASUOKA Masahiko <yasuoka@yasuoka.net>
Wed, 16 Mar 2016 04:39:19 +0000 (13:39 +0900)
committerYASUOKA Masahiko <yasuoka@yasuoka.net>
Wed, 16 Mar 2016 04:39:19 +0000 (13:39 +0900)
pppd/fsm.c

index c200cc3a84387cefc952bdd37bac6650bf32161d..e9bd34f0e8f48fd0da69e4ffea3349691975f435 100644 (file)
@@ -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 )