regression-netinet: Remove a double word in a source code comment

- s/to to/to/

 MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-10 12:52:01 +02:00
parent c02d4224c8
commit ba594e730e

View File

@ -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>