Skip to content

Commit

Permalink
Fix #1262, Update incorrect function header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Oct 28, 2022
1 parent 4567e8b commit 8405dfc
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 8405dfc

Please sign in to comment.