summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-12-23 21:52:16 +0000
committerjmc <jmc@openbsd.org>2007-12-23 21:52:16 +0000
commit7259a944a09d82d9a5d49d08afcfa4848d18937f (patch)
tree09c6da358dd78982810fea1453823405babd7b39
parentIn pmap_dumpmmu(), account for the fact that we use 4MB mappings for text and (diff)
downloadwireguard-openbsd-7259a944a09d82d9a5d49d08afcfa4848d18937f.tar.xz
wireguard-openbsd-7259a944a09d82d9a5d49d08afcfa4848d18937f.zip
remove double word in comment;
-rw-r--r--usr.sbin/dhcpd/pfutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/pfutils.c b/usr.sbin/dhcpd/pfutils.c
index 5c2034bc3d5..7d56d1f0043 100644
--- a/usr.sbin/dhcpd/pfutils.c
+++ b/usr.sbin/dhcpd/pfutils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfutils.c,v 1.8 2007/10/06 15:45:00 ckuethe Exp $ */
+/* $OpenBSD: pfutils.c,v 1.9 2007/12/23 21:52:16 jmc Exp $ */
/*
* Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
*
@@ -83,7 +83,7 @@ pftable_handler()
switch (cmd.type) {
case 'A':
/*
- * When we abandon an address, we add it to the
+ * When we abandon an address, we add it to
* the table of abandoned addresses, and remove
* it from the table of active leases.
*/