git: ba594e730eca - main - regression-netinet: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 10:52:25 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ba594e730eca14246a6c913a30b36af3126e0005 commit ba594e730eca14246a6c913a30b36af3126e0005 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-10 10:52:01 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-10 10:52:01 +0000 regression-netinet: Remove a double word in a source code comment - s/to to/to/ MFC after: 3 days --- 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>