diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-01-13 12:09:37 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-01-13 12:09:37 +0000 |
commit | 09e09bd997539999be1b2e301ccba872568f7985 (patch) | |
tree | ae59e496f5ee4643140df45a1ec133253508e579 /sys | |
parent | bce96fb1d3095122a6dc814cb0fd3b90185655e4 (diff) |
Double and in comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index bb62af132d5..6cebf2ff30c 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_output.c,v 1.203 2010/01/12 01:30:09 beck Exp $ */ +/* $OpenBSD: ip_output.c,v 1.204 2010/01/13 12:09:36 claudio Exp $ */ /* $NetBSD: ip_output.c,v 1.28 1996/02/13 23:43:07 christos Exp $ */ /* @@ -542,7 +542,7 @@ reroute: } /* - * Look for broadcast address and and verify user is allowed to send + * Look for broadcast address and verify user is allowed to send * such a packet; if the packet is going in an IPsec tunnel, skip * this check. */ |