Date: Sat, 10 Sep 2022 10:52:25 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ba594e730eca - main - regression-netinet: Remove a double word in a source code comment Message-ID: <202209101052.28AAqPku062943@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209101052.28AAqPku062943>