Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Busch <privat@franz-busch.de>
  • Loading branch information
normanmaurer and FranzBusch committed Nov 20, 2023
1 parent 48565d6 commit 4ee1916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiche/include/quiche.h
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ ssize_t quiche_conn_send_ack_eliciting_on_path(quiche_conn *conn,
const struct sockaddr *local, size_t local_len,
const struct sockaddr *peer, size_t peer_len);

// Returns true if there are retired source connection ids and fill the the parameters
// Returns true if there are retired source connection ids and fill the parameters
bool quiche_conn_retired_scid_next(const quiche_conn *conn, const uint8_t **out, size_t *out_len);

// Returns the number of source Connection IDs that are retired.
Expand Down

0 comments on commit 4ee1916

Please sign in to comment.