diff options
author | 2010-01-13 12:09:36 +0000 | |
---|---|---|
committer | 2010-01-13 12:09:36 +0000 | |
commit | 2833f3cd233e09f4b47de1f81c3d8a8667da40d6 (patch) | |
tree | 16e9928f7475f124650b526abe1c1859aa689466 /sys/netinet/ip_output.c | |
parent | Fix another long standing double scsi_done() bug. This time when a (diff) | |
download | wireguard-openbsd-2833f3cd233e09f4b47de1f81c3d8a8667da40d6.tar.xz wireguard-openbsd-2833f3cd233e09f4b47de1f81c3d8a8667da40d6.zip |
Double and in comment.
Diffstat (limited to 'sys/netinet/ip_output.c')
-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. */ |