Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Jan 30, 2025
1 parent d214190 commit 72791c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/api/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ netdrv_t accept_netdrv(netdrv_t server_drv, netdrv_t rti_drv);
void create_client(netdrv_t drv);

/**
* Connect to the server network driver. The server's connection information, such as the port and address should be set
* before calling this function.
* Connect to the server network driver. The server's connection information,
* such as the port and address should be set before calling this function.
*
* @param drv Network driver to connect.
* @return int 0 on success, -1 on failure, and `errno` is set to indicate the specific error.
Expand Down

0 comments on commit 72791c0

Please sign in to comment.