Author: sephe
Date: Thu Apr 28 01:43:18 2016
New Revision: 298730
URL: https://svnweb.freebsd.org/changeset/base/298730

Log:
  tcp/lro: Fix more typo
  
  Noticed by:   hiren
  MFC after:    1 week
  Sponsored by: Microsoft OSTC

Modified:
  head/sys/netinet/tcp_lro.c

Modified: head/sys/netinet/tcp_lro.c
==============================================================================
--- head/sys/netinet/tcp_lro.c  Thu Apr 28 01:40:47 2016        (r298729)
+++ head/sys/netinet/tcp_lro.c  Thu Apr 28 01:43:18 2016        (r298730)
@@ -569,7 +569,7 @@ tcp_lro_rx(struct lro_ctrl *lc, struct m
        if ((th->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
                return (TCP_LRO_CANNOT);
 
-       /* XXX-BZ We lose a ACK|PUSH flag concatinating multiple segments. */
+       /* XXX-BZ We lose a ACK|PUSH flag concatenating multiple segments. */
        /* XXX-BZ Ideally we'd flush on PUSH? */
 
        /*
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to