1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-24 04:01:07 +03:00

Back out "Fix typos discovered by codespell"

Summary:
Original commit changeset: 337824bc37bc

Original Phabricator Diff: D47722462

Reviewed By: jbeshay, terrelln, lnicco

Differential Revision: D47801753

fbshipit-source-id: 795ffcccbc2223608e2a707ec2e5bcc7dd974eb3
This commit is contained in:
Konstantin Tsoy
2023-07-26 12:49:13 -07:00
committed by Facebook GitHub Bot
parent 99be4f6788
commit 73edee8252
63 changed files with 95 additions and 97 deletions

View File

@@ -297,7 +297,7 @@ static size_t fillPacketReceiveTimestamps(
}
auto recvdPacketInfos = ackFrameMetaData.ackState.recvdPacketInfos;
// Insert all received packet timestamps into an interval set, to identify
// contiguous ranges
// continguous ranges
uint64_t pktsAdded = 0;
IntervalSet<PacketNum> receivedPktNumsIntervalSet;
@@ -325,7 +325,7 @@ static size_t fillPacketReceiveTimestamps(
} else {
nextTimestampRange.gap = prevPktNum - 2 - timestampIntervalsIt->end;
}
// Initialize spaced used by the next candidate time-stamp range
// Intialize spaced used by the next candidate time-stamp range
nextTimestampRangeUsedSpace +=
getQuicIntegerSizeThrows(nextTimestampRange.gap);