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 bb448e5 commit 452dedeCopy full SHA for 452dede
pod/perlreapi.pod
@@ -660,7 +660,7 @@ values.
660
the distinction between physical and logical capture buffers */
661
U32 nparens; /* physical number of capture buffers */
662
U32 logical_nparens; /* logical_number of capture buffers */
663
- I32 *logical_to_parno; /* map logical parno to first physcial */
+ I32 *logical_to_parno; /* map logical parno to first physical */
664
I32 *parno_to_logical; /* map every physical parno to logical */
665
I32 *parno_to_logical_next; /* map every physical parno to the next
666
physical with the same logical id */
0 commit comments