mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
More typos
This commit is contained in:
parent
f73f2f1ba9
commit
9dabb68d7f
1 changed files with 2 additions and 2 deletions
4
utf8.c
4
utf8.c
|
@ -57,8 +57,8 @@
|
||||||
* The last section of the table handles bytes with leading F
|
* The last section of the table handles bytes with leading F
|
||||||
*
|
*
|
||||||
* The values themselfs in the table are arranged so that when you
|
* The values themselfs in the table are arranged so that when you
|
||||||
* left shift them by 6 to shif continuation characters into place, the
|
* left shift them by 6 to shift continuation characters into place, the
|
||||||
* new top bits tell:
|
* new top bits tell you:
|
||||||
*
|
*
|
||||||
* 1 - if you keep going
|
* 1 - if you keep going
|
||||||
* 2 - the range of valid values for the next byte
|
* 2 - the range of valid values for the next byte
|
||||||
|
|
Loading…
Reference in a new issue