diff options
Diffstat (limited to 'usr.sbin/ppp/cbcp.c')
-rw-r--r-- | usr.sbin/ppp/cbcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index be68e48..23366c8 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -353,7 +353,7 @@ static int cbcp_AdjustResponse(struct cbcp *cbcp, struct cbcp_data *data) { /* - * We've received a REQ (data). Adjust our reponse (cbcp->fsm.*) + * We've received a REQ (data). Adjust our response (cbcp->fsm.*) * so that we (hopefully) agree with the peer */ struct cbcp_addr *addr; |