mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix trivial typo in a comment
This commit is contained in:
parent
485f21f922
commit
3541435aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void send_client(void)
|
|||
int nbytes;
|
||||
int offset;
|
||||
|
||||
/* Create a new TCP socket */
|
||||
/* Create a new UDP socket */
|
||||
|
||||
sockfd = socket(PF_INET, SOCK_DGRAM, 0);
|
||||
if (sockfd < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue