Fix trivial typo in a comment

This commit is contained in:
Gregory Nutt 2014-11-17 10:22:54 -06:00
parent 485f21f922
commit 3541435aa1

View File

@ -83,7 +83,7 @@ void send_client(void)
int nbytes; int nbytes;
int offset; int offset;
/* Create a new TCP socket */ /* Create a new UDP socket */
sockfd = socket(PF_INET, SOCK_DGRAM, 0); sockfd = socket(PF_INET, SOCK_DGRAM, 0);
if (sockfd < 0) if (sockfd < 0)