Skip to content

Commit 4a230ea

Browse files
committed
utf8.h: Clarify comment
1 parent b2215f6 commit 4a230ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utf8.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ platforms. FF signals to use 13 bytes for the encoded character. This breaks
332332
the paradigm that the number of leading bits gives how many total bytes there
333333
are in the character. */
334334

335-
/* This is the number of low-order bits a continuation byte in a UTF-8 encoded
336-
* sequence contributes to the specification of the code point. In the bit
335+
/* A continuation byte in a UTF-8 encoded sequence contributes this number of
336+
* low-order bits to the specification of the code point. In the bit
337337
* maps above, you see that the first 2 bits are a constant '10', leaving 6 of
338338
* real information */
339339
# define UTF_CONTINUATION_BYTE_INFO_BITS 6

0 commit comments

Comments
 (0)