diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-23 21:52:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-12-23 21:52:17 +0000 |
commit | a236d0122bcdf82b320f03dc6ddd50292fdeae8c (patch) | |
tree | dcd165a7779a091354eefdb68d0ea4a0804975d6 /usr.sbin/dhcpd/pfutils.c | |
parent | dbf0766302753f00e09e1f22d9d1c15201a43379 (diff) |
remove double word in comment;
Diffstat (limited to 'usr.sbin/dhcpd/pfutils.c')
-rw-r--r-- | usr.sbin/dhcpd/pfutils.c | 4 |
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. */ |