Skip to content

Commit

Permalink
Merge pull request #1321 from thnkslprpt:fix-1262-update-incorrect-co…
Browse files Browse the repository at this point in the history
…mment

Fix #1262, Update incorrect function header comment
  • Loading branch information
dzbaker committed Dec 6, 2022
2 parents 2ff34b4 + 8405dfc commit 3c9bd5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/os/portable/os-impl-bsd-sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ int32 OS_SocketConnect_Impl(const OS_object_token_t *token, const OS_SockAddr_t

/*----------------------------------------------------------------
Purpose: Connects the socket to a remote address.
Socket must be of the STREAM variety.
Purpose: Graceful shutdown of a stream socket
Returns: OS_SUCCESS on success, or relevant error code
------------------------------------------------------------------*/
Expand Down

0 comments on commit 3c9bd5d

Please sign in to comment.