Skip to content

Commit

Permalink
regcomp.h: Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 12, 2021
1 parent 7886147 commit 1a73781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regcomp.h
Expand Up @@ -1187,7 +1187,7 @@ typedef enum {
* gives the strict lower bound for the UTF-8 start byte of any code point
* matchable by the node, and a loose upper bound as well.
*
* The low bound is stored in the upper 6 bits, plus 0xC0.
* The low bound is stored as 0xC0 + ((the upper 6 bits) >> 2)
* The loose upper bound is determined from the lowest 2 bits and the low bound
* (called x) as follows:
*
Expand Down

0 comments on commit 1a73781

Please sign in to comment.