Skip to content

Commit

Permalink
enhance comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jan 12, 2024
1 parent a7b6b7e commit 1828b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtp/srtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -4896,7 +4896,7 @@ srtp_err_status_t srtp_stream_list_insert(srtp_stream_list_t list,
{
/*
* there is no space to hold the new entry in the entries buffer,
* duplicate the size of the buffer.
* double the size of the buffer.
*/
if (list->available == 0) {
size_t new_size = list->size * 2;
Expand Down

0 comments on commit 1828b47

Please sign in to comment.