Skip to content

Commit 452dede

Browse files
pjcjkhwilliamson
authored andcommitted
Fix typo in perlreapi
1 parent bb448e5 commit 452dede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlreapi.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ values.
660660
the distinction between physical and logical capture buffers */
661661
U32 nparens; /* physical number of capture buffers */
662662
U32 logical_nparens; /* logical_number of capture buffers */
663-
I32 *logical_to_parno; /* map logical parno to first physcial */
663+
I32 *logical_to_parno; /* map logical parno to first physical */
664664
I32 *parno_to_logical; /* map every physical parno to logical */
665665
I32 *parno_to_logical_next; /* map every physical parno to the next
666666
physical with the same logical id */

0 commit comments

Comments
 (0)