svn commit: r339004 - head/sys/netinet

Michael Tuexen tuexen at freebsd.org
Fri Sep 28 19:49:07 UTC 2018


> On 28. Sep 2018, at 21:47, Michael Tuexen <tuexen at FreeBSD.org> wrote:
> 
> Author: tuexen
> Date: Fri Sep 28 19:47:32 2018
> New Revision: 339004
> URL: https://svnweb.freebsd.org/changeset/base/339004
> 
> Log:
>  Fix typo in comment.
> 
>  Reported by:		@danfe
>  Approved by:		re (kib@)
Should have been re (gjb@).

Best regards
Michael
>  MFC after:		1 week
>  X-MFC:			r338941
> 
> Modified:
>  head/sys/netinet/sctp_output.c
> 
> Modified: head/sys/netinet/sctp_output.c
> ==============================================================================
> --- head/sys/netinet/sctp_output.c	Fri Sep 28 17:40:06 2018	(r339003)
> +++ head/sys/netinet/sctp_output.c	Fri Sep 28 19:47:32 2018	(r339004)
> @@ -7210,7 +7210,7 @@ one_more_time:
> 	if ((sp->msg_is_complete) && (sp->length == 0)) {
> 		if (sp->sender_all_done) {
> 			/*
> -			 * We are doing defered cleanup. Last time through
> +			 * We are doing deferred cleanup. Last time through
> 			 * when we took all the data the sender_all_done was
> 			 * not set.
> 			 */
> 



More information about the svn-src-head mailing list