aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-07-06 09:10:56 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-07-06 09:10:56 +0000
commit3a1ae084e2017fac61d9adc83fa57ba5d51d30fa (patch)
treeba55c598c3668e2c21e2e12002e1b325b0700cd6
parentefe39c6a1afbfa6d8ee71b116a8aa4a1625911ff (diff)
Notes
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index bc7423d7b9cf..c9263a675e0c 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_input.c 8.2 (Berkeley) 1/4/94
- * $Id: ip_input.c,v 1.93 1998/07/06 05:00:52 julian Exp $
+ * $Id: ip_input.c,v 1.94 1998/07/06 09:06:58 julian Exp $
* $ANA: ip_input.c,v 1.5 1996/09/18 14:34:59 wollman Exp $
*/
@@ -376,7 +376,7 @@ tooshort:
}
#else /* !DIVERT */
/*
- * If ipfw says divert, we have to just drop packet */
+ * If ipfw says divert, we have to just drop packet
* Use port as a dummy argument.
*/
port = 0;