Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 8, 2023
1 parent 1b1f4d9 commit c7126b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static int s_s2n_handler_process_read_message(
}

if (blocked == S2N_NOT_BLOCKED) {
/* read is complete so shutdown with success */
/* read is complete */
break;
}
}
Expand Down

0 comments on commit c7126b7

Please sign in to comment.