Skip to content

Commit c56bc85

Browse files
committed
regcomp.sym: Update comment
The spelling of these nodes changed a long time ago
1 parent 2e18273 commit c56bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regcomp.sym

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ SRCLOSE SRCLOSE, none ; Close preceding SROPEN
236236
REF REF, num 2 V ; Match some already matched string
237237
REFF REF, num 2 V ; Match already matched string, using /di rules.
238238
REFFL REF, num 2 V ; Match already matched string, using /li rules.
239-
# N?REFF[AU] could have been implemented using the FLAGS field of the
239+
# REFF[AU]N? could have been implemented using the FLAGS field of the
240240
# regnode, but by having a separate node type, we can use the existing switch
241241
# statement to avoid some tests
242242
REFFU REF, num 2 V ; Match already matched string, using /ui.

0 commit comments

Comments
 (0)