git: 373edade0474 - stable/12 - regression-netinet: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 05:27:35 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=373edade0474bb7dd06c386b297dae134f983d55 commit 373edade0474bb7dd06c386b297dae134f983d55 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:26: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>