Skip to content

Commit

Permalink
Update net/socket/getsockopt.c
Browse files Browse the repository at this point in the history
Co-authored-by: hartmannathan <[email protected]>
  • Loading branch information
zhhyu7 and hartmannathan authored Feb 25, 2025
1 parent adf73fd commit 625e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/socket/getsockopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int psock_getsockopt(FAR struct socket *psock, int level, int option,
{
int ret = -ENOPROTOOPT;

/* Verify that the socket option if valid (but might not be supported ) */
/* Verify that the socket option is valid (but might not be supported ) */

if (value == NULL || value_len == NULL || *value_len == 0)
{
Expand Down

0 comments on commit 625e7a6

Please sign in to comment.