Skip to content

Commit d05a890

Browse files
committed
regcomp.sym: Fix comment typo, clarify
1 parent cfc5297 commit d05a890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regcomp.sym

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ANYOFRb ANYOFR, packed 1 S ; Like ANYOFR, but all matches share the sam
106106
# the range. The fast DFA we now use to do the conversion is slower than
107107
# comparing the strings, but not by much, and negligible in 2 or 3 byte
108108
# operations. (We don't have to compare the final byte as it has to be
109-
# different or else this wouldn't be a range.) So we might as well displense
109+
# different or else this wouldn't be a range.) So we might as well dispense
110110
# with the comparisons that ANYOFRs would do, and go directly to do the
111111
# conversion .
112112

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

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

0 commit comments

Comments
 (0)