We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdff74 commit 611bdf0Copy full SHA for 611bdf0
regexp.h
@@ -157,7 +157,7 @@ typedef struct regexp {
157
the distinction between physical and logical capture buffers */
158
U32 nparens; /* physical number of capture buffers */
159
U32 logical_nparens; /* logical_number of capture buffers */
160
- I32 *logical_to_parno; /* map logical parno to first physcial */
+ I32 *logical_to_parno; /* map logical parno to first physical */
161
I32 *parno_to_logical; /* map every physical parno to logical */
162
I32 *parno_to_logical_next; /* map every physical parno to the next
163
physical with the same logical id */
0 commit comments