File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ||
Original file line number Diff line number Diff 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 ||
You can’t perform that action at this time.
0 commit comments