Skip to content

Commit d1d6e58

Browse files
committed
test_dtls: remove bad char
1 parent 1aa1cec commit d1d6e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api/test_dtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ int test_dtls13_ack_dup_write_counter(void)
10321032
ssl_c->dtls13Rtx.sendAcks = 1;
10331033
ExpectIntEQ(Dtls13DoScheduledWork(ssl_c), 0);
10341034
/* seenRecords ownership was transferred to dupWrite->sendAckList;
1035-
* seenRecordsCount must be reset to 0 not left at 5. */
1035+
* seenRecordsCount must be reset to 0, not left at 5. */
10361036
ExpectNull(ssl_c->dtls13Rtx.seenRecords);
10371037
ExpectIntEQ(ssl_c->dtls13Rtx.seenRecordsCount, 0);
10381038

0 commit comments

Comments
 (0)