diff options
author | 2007-12-23 21:52:16 +0000 | |
---|---|---|
committer | 2007-12-23 21:52:16 +0000 | |
commit | 7259a944a09d82d9a5d49d08afcfa4848d18937f (patch) | |
tree | 09c6da358dd78982810fea1453823405babd7b39 | |
parent | In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text and (diff) | |
download | wireguard-openbsd-7259a944a09d82d9a5d49d08afcfa4848d18937f.tar.xz wireguard-openbsd-7259a944a09d82d9a5d49d08afcfa4848d18937f.zip |
remove double word in comment;
-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. */ |