Skip to content

Commit 7fdff74

Browse files
pjcjkhwilliamson
authored andcommitted
Change regcomp.syn and run make regen
1 parent b2dece3 commit 7fdff74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regcomp.sym

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ REFFL REF, num 2 V ; Match already matched string, using /li rule
239239
# N?REFF[AU] 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
242-
REFFU REF, num 2 V ; Match already matched string, usng /ui.
242+
REFFU REF, num 2 V ; Match already matched string, using /ui.
243243
REFFA REF, num 2 V ; Match already matched string, using /aai rules.
244244

245245
#*Named references. Code in regcomp.c assumes that these all are after

regnodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ typedef struct regnode tregnode_WHILEM;
912912
#define REFFL_t8_p8 303 /* 0x12f */
913913

914914
#define REFFU 76 /* 0x4c Match already matched
915-
string, usng /ui. */
915+
string, using /ui. */
916916
#define REFFU_tb 152 /* 0x098 */
917917
#define REFFU_t8 153 /* 0x099 */
918918
#define REFFU_tb_pb 304 /* 0x130 */

0 commit comments

Comments
 (0)