Skip to content

Commit ced447e

Browse files
committed
enhance comment
1 parent 7ddfff5 commit ced447e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srtp/srtp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4896,7 +4896,7 @@ srtp_err_status_t srtp_stream_list_insert(srtp_stream_list_t list,
48964896
{
48974897
/*
48984898
* there is no space to hold the new entry in the entries buffer,
4899-
* duplicate the size of the buffer.
4899+
* double the size of the buffer.
49004900
*/
49014901
if (list->available == 0) {
49024902
size_t new_size = list->size * 2;

0 commit comments

Comments
 (0)