| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -847,7 +847,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) { | |||
| 847 | 847 | // value 0). | |
| 848 | 848 | // The represented allowed values range is -1 to -2^31. | |
| 849 | 849 | // 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 | ||
| 851 | 851 | // that range (2^31-1 is also known as | |
| 852 | 852 | // std::numeric_limits<int32_t>::max()). | |
| 853 | 853 | if (!bytes_read || | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -855,7 +855,7 @@ void CBORTokenizer::ReadNextToken(bool enter_envelope) { | |||
| 855 | 855 | // value 0). | |
| 856 | 856 | // The represented allowed values range is -1 to -2^31. | |
| 857 | 857 | // 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 | ||
| 859 | 859 | // that range (2^31-1 is also known as | |
| 860 | 860 | // std::numeric_limits<int32_t>::max()). | |
| 861 | 861 | if (!bytes_read || | |
| Back | FazBrowse Home | New Git URL |
0 commit comments