Skip to content

Commit 5a72506

Browse files
cola119richardlau
authored andcommitted
tools: update inspector_protocol to ca525fc
PR-URL: #51293 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 63bf8a6 commit 5a72506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/inspector_protocol/encoding/encoding.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) {
847847
// value 0).
848848
// The represented allowed values range is -1 to -2^31.
849849
// They are mapped into the encoded range of 0 to 2^31-1.
850-
// We check the the payload in token_start_internal_value_ against
850+
// We check the payload in token_start_internal_value_ against
851851
// that range (2^31-1 is also known as
852852
// std::numeric_limits<int32_t>::max()).
853853
if (!bytes_read ||

tools/inspector_protocol/lib/encoding_cpp.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) {
855855
// value 0).
856856
// The represented allowed values range is -1 to -2^31.
857857
// They are mapped into the encoded range of 0 to 2^31-1.
858-
// We check the the payload in token_start_internal_value_ against
858+
// We check the payload in token_start_internal_value_ against
859859
// that range (2^31-1 is also known as
860860
// std::numeric_limits<int32_t>::max()).
861861
if (!bytes_read ||

0 commit comments

Comments
 (0)