Skip to content

Commit

Permalink
quic: fix typo in endpoint.h
Browse files Browse the repository at this point in the history
PR-URL: #47911
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
tniessen committed May 8, 2023
1 parent 7fe4745 commit 0b3fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quic/endpoint.h
Expand Up @@ -453,7 +453,7 @@ class Endpoint final : public AsyncWrap, public Packet::Listener {
// maps for this rather than one to avoid creating a whole bunch of
// BaseObjectPtr references. The primary map (sessions_) just maps
// the original CID to the Session, the second map (dcid_to_scid_)
// maps the additional CIDs to the the primary.
// maps the additional CIDs to the primary.
CID::Map<BaseObjectPtr<Session>> sessions_;
CID::Map<CID> dcid_to_scid_;
StatelessResetToken::Map<Session*> token_map_;
Expand Down

0 comments on commit 0b3fcfc

Please sign in to comment.