From 71f9a826d158f7338a9f1b7211c529c8cd3cc943 Mon Sep 17 00:00:00 2001 From: jnemeth Date: Wed, 25 Sep 2019 19:06:30 +0000 Subject: [PATCH] =?UTF-8?q?PR/54572=20-=20Edgar=20Fu=C3=9F=20--=20error=20?= =?UTF-8?q?in=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/netinet/tcp_input.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index ea68f542c7b6..8d70a1f76a77 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcp_input.c,v 1.415 2019/08/06 15:48:18 riastradh Exp $ */ +/* $NetBSD: tcp_input.c,v 1.416 2019/09/25 19:06:30 jnemeth Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -148,7 +148,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.415 2019/08/06 15:48:18 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.416 2019/09/25 19:06:30 jnemeth Exp $"); #ifdef _KERNEL_OPT #include "opt_inet.h" @@ -2405,8 +2405,8 @@ after_listen: /* * Since we've covered the SYN-SENT and SYN-RECEIVED states above - * we must be in a synchronized state. RFC791 states (under RST - * generation) that any unacceptable segment (an out-of-order SYN + * we must be in a synchronized state. RFC793 states (under Reset + * Generation) that any unacceptable segment (an out-of-order SYN * qualifies) received in a synchronized state must elicit only an * empty acknowledgment segment ... and the connection remains in * the same state.