From 0a2446c2f31cfb357f46bd938a94ea5c162f3884 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 20 Sep 2004 17:51:08 +0000 Subject: addres -> address --- usr.sbin/pppoe/pppoe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pppoe') 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++; -- cgit v1.2.3