Skip to content

Commit

Permalink
chore: fix a typo in API comments (#5123)
Browse files Browse the repository at this point in the history
Co-authored-by: Boquan Fang <[email protected]>
  • Loading branch information
boquan-fang and Boquan Fang authored Feb 18, 2025
1 parent 4c5e35a commit 551efe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/s2n.h
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ S2N_API extern int s2n_connection_get_write_fd(struct s2n_connection *conn, int
S2N_API extern int s2n_connection_use_corked_io(struct s2n_connection *conn);

/**
* Function pointer for a user provided send callback.
* Function pointer for a user provided recv callback.
*/
typedef int s2n_recv_fn(void *io_context, uint8_t *buf, uint32_t len);

Expand Down

0 comments on commit 551efe0

Please sign in to comment.