summaryrefslogtreecommitdiff
path: root/usr.sbin/pppoe
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-09-20 17:51:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-09-20 17:51:08 +0000
commit0a2446c2f31cfb357f46bd938a94ea5c162f3884 (patch)
tree0c51e84c52ad942284125bb136b8ed7850643c04 /usr.sbin/pppoe
parent3bfc35678cf6dc3df6a706255ff510861276acb0 (diff)
addres -> address
Diffstat (limited to 'usr.sbin/pppoe')
-rw-r--r--usr.sbin/pppoe/pppoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/pppoe.c b/usr.sbin/pppoe/pppoe.c
index dfd5752a38b..7709c3ec66b 100644
--- a/usr.sbin/pppoe/pppoe.c
+++ b/usr.sbin/pppoe/pppoe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pppoe.c,v 1.14 2004/05/14 17:53:51 canacar Exp $ */
+/* $OpenBSD: pppoe.c,v 1.15 2004/09/20 17:51:07 miod Exp $ */
/*
* Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net
@@ -221,7 +221,7 @@ setup_rfilter(struct bpf_insn *insns, struct ether_addr *ea, int server_mode)
idx++;
}
- /* make sure packet is destined to our addres */
+ /* make sure packet is destined to our address */
insns[idx].code = BPF_LD | BPF_W | BPF_ABS;
insns[idx].k = insns[idx].jt = insns[idx].jf = 0;
idx++;