summaryrefslogtreecommitdiffstats
path: root/tests/gtcp_proxy/gtcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtcp_proxy/gtcp.c')
-rw-r--r--tests/gtcp_proxy/gtcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtcp_proxy/gtcp.c b/tests/gtcp_proxy/gtcp.c
index 4b218a3c..504138bf 100644
--- a/tests/gtcp_proxy/gtcp.c
+++ b/tests/gtcp_proxy/gtcp.c
@@ -33,7 +33,7 @@ int tcp_socket_create(void)
unsigned int option_len;
#endif
- /* in win32 a socket is an unsigned int, in linux, its an int */
+ /* in win32 a socket is an unsigned int, in linux, it's an int */
if ((rv = (int) socket(PF_INET, SOCK_STREAM, 0)) < 0)
return -1;
@@ -193,7 +193,7 @@ int tcp_socket(void)
unsigned int option_len;
#endif
- /* in win32 a socket is an unsigned int, in linux, its an int */
+ /* in win32 a socket is an unsigned int, in linux, it's an int */
if ((rv = (int) socket(PF_INET, SOCK_STREAM, 0)) < 0)
return -1;