Skip to content

Commit 611bdf0

Browse files
pjcjkhwilliamson
authored andcommitted
Update spelling in comment in regexp.h
1 parent 7fdff74 commit 611bdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regexp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ typedef struct regexp {
157157
the distinction between physical and logical capture buffers */
158158
U32 nparens; /* physical number of capture buffers */
159159
U32 logical_nparens; /* logical_number of capture buffers */
160-
I32 *logical_to_parno; /* map logical parno to first physcial */
160+
I32 *logical_to_parno; /* map logical parno to first physical */
161161
I32 *parno_to_logical; /* map every physical parno to logical */
162162
I32 *parno_to_logical_next; /* map every physical parno to the next
163163
physical with the same logical id */

0 commit comments

Comments
 (0)