summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-04-18 10:40:14 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-04-18 10:40:14 +0000
commit228b3cde0f19f7601f1470352a3bf7e1077d766c (patch)
tree5654e0e9b8575f931f62ec4daad00c5208813caa /sys
parent329d0550791b9377041920635f225a72ec4a460e (diff)
Typo in comment. From Brad.
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index b74d5d1f178..4e9148074cb 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_spppsubr.c,v 1.48 2007/04/17 21:36:58 mpf Exp $ */
+/* $OpenBSD: if_spppsubr.c,v 1.49 2007/04/18 10:40:13 mpf Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@@ -2603,7 +2603,7 @@ sppp_ipcp_open(struct sppp *sp)
if (hisaddr == 1) {
/*
* XXX - remove this hack!
- * remote has no valid adress, we need to get one assigned.
+ * remote has no valid address, we need to get one assigned.
*/
sp->ipcp.flags |= IPCP_HISADDR_DYN;
}