More typos

This commit is contained in:
Dale Weiler 2013-10-10 22:12:03 -04:00
parent f73f2f1ba9
commit 9dabb68d7f

4
utf8.c
View file

@ -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