Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Nov 27, 2023
1 parent 7b54fa1 commit 3fa221b
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 @@ -727,7 +727,7 @@ void quiche_path_event_validated(quiche_path_event *ev,
struct sockaddr_storage *local, socklen_t *local_len, struct sockaddr_storage *peer, socklen_t *peer_len);

// Should be called if the quiche_path_event_type(...) returns QUICHE_PATH_EVENT_FAILED_VALIDATION.
void quiche_path_event_failed_validated(quiche_path_event *ev,
void quiche_path_event_failed_validation(quiche_path_event *ev,
struct sockaddr_storage *local, socklen_t *local_len, struct sockaddr_storage *peer, socklen_t *peer_len);

// Should be called if the quiche_path_event_type(...) returns QUICHE_PATH_EVENT_CLOSED.
Expand Down

0 comments on commit 3fa221b

Please sign in to comment.