Skip to content

Commit 0b3fcfc

Browse files
authored
quic: fix typo in endpoint.h
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>
1 parent 7fe4745 commit 0b3fcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/endpoint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ class Endpoint final : public AsyncWrap, public Packet::Listener {
453453
// maps for this rather than one to avoid creating a whole bunch of
454454
// BaseObjectPtr references. The primary map (sessions_) just maps
455455
// the original CID to the Session, the second map (dcid_to_scid_)
456-
// maps the additional CIDs to the the primary.
456+
// maps the additional CIDs to the primary.
457457
CID::Map<BaseObjectPtr<Session>> sessions_;
458458
CID::Map<CID> dcid_to_scid_;
459459
StatelessResetToken::Map<Session*> token_map_;

0 commit comments

Comments
 (0)