diff options
Diffstat (limited to 'tests/gtcp_proxy/gtcp.c')
-rw-r--r-- | tests/gtcp_proxy/gtcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtcp_proxy/gtcp.c b/tests/gtcp_proxy/gtcp.c index 9f0fcf88..4b218a3c 100644 --- a/tests/gtcp_proxy/gtcp.c +++ b/tests/gtcp_proxy/gtcp.c @@ -69,7 +69,7 @@ int tcp_socket_create(void) } /** - * Place specifed socket in non blocking mode + * Place specified socket in non blocking mode *****************************************************************************/ void tcp_set_non_blocking(int skt) |