summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-07-06 09:10:56 +0000
committerjulian <julian@FreeBSD.org>1998-07-06 09:10:56 +0000
commit1c2b90ea312119c7fa79d079b71dc037f7b084cc (patch)
tree982eb23f8ac47cd4a6c32dabce866bbb1dd1a13d /sys
parent8f07ff9316ea118fec705f945c6bae6a1ba60a9f (diff)
downloadFreeBSD-src-1c2b90ea312119c7fa79d079b71dc037f7b084cc.zip
FreeBSD-src-1c2b90ea312119c7fa79d079b71dc037f7b084cc.tar.gz
oops ended comment before the comment ended..
Diffstat (limited to 'sys')
-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 bc7423d..c9263a6 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;
OpenPOWER on IntegriCloud