summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/ipcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd/ipcp.c')
-rw-r--r--usr.sbin/pppd/ipcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 34c921bf256..1577557ab77 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipcp.c,v 1.12 2009/10/27 23:59:53 deraadt Exp $ */
+/* $OpenBSD: ipcp.c,v 1.13 2010/05/10 02:00:50 krw Exp $ */
/*
* ipcp.c - PPP IP Control Protocol.
@@ -861,7 +861,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree)
* If he doesn't know our address, or if we both have our address
* but disagree about it, then NAK it with our idea.
*/
- GETLONG(tl, p); /* Parse desination address (ours) */
+ GETLONG(tl, p); /* Parse destination address (ours) */
ciaddr2 = htonl(tl);
IPCPDEBUG((LOG_INFO, "%s)", ip_ntoa(ciaddr2)));
if (ciaddr2 != wo->ouraddr) {