Skip to content

Commit

Permalink
regcomp.sym: Fix comment typo, clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 16, 2024
1 parent cfc5297 commit d05a890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regcomp.sym
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ANYOFRb ANYOFR, packed 1 S ; Like ANYOFR, but all matches share the sam
# the range. The fast DFA we now use to do the conversion is slower than
# comparing the strings, but not by much, and negligible in 2 or 3 byte
# operations. (We don't have to compare the final byte as it has to be
# different or else this wouldn't be a range.) So we might as well displense
# different or else this wouldn't be a range.) So we might as well dispense
# with the comparisons that ANYOFRs would do, and go directly to do the
# conversion .

Expand All @@ -125,7 +125,7 @@ NPOSIXD NPOSIXD, none 0 S ; complement of POSIXD, [[:^class:]]
NPOSIXL NPOSIXD, none 0 S ; complement of POSIXL, [[:^class:]]
NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
# End of order is important
# End of order being important

CLUMP CLUMP, no 0 V ; Match any extended grapheme cluster sequence

Expand Down

0 comments on commit d05a890

Please sign in to comment.