git: c880ab1c2851 - stable/13 - regression-netinet: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 05:24:07 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c880ab1c2851eec7b610b894ca71b6a44689af8c

commit c880ab1c2851eec7b610b894ca71b6a44689af8c
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-10 10:52:01 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-13 05:22:31 +0000

    regression-netinet: Remove a double word in a source code comment
    
     - s/to to/to/
    
    (cherry picked from commit ba594e730eca14246a6c913a30b36af3126e0005)
---
 tools/regression/netinet/tcpstream/tcpstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/regression/netinet/tcpstream/tcpstream.c b/tools/regression/netinet/tcpstream/tcpstream.c
index c8fe9a3fe098..900197791a02 100644
--- a/tools/regression/netinet/tcpstream/tcpstream.c
+++ b/tools/regression/netinet/tcpstream/tcpstream.c
@@ -29,7 +29,7 @@
 /*
  * tcpstream sets up a simple TCP client and server, and then streams a
  * predictable pseudo-random byte sequence through it using variable block
- * sizes.  The intent is to to detect corruption of data in the TCP stream.
+ * sizes.  The intent is to detect corruption of data in the TCP stream.
  */
 
 #include <sys/types.h>