Skip to content

Commit 7dceac4

Browse files
committed
threads-shared - fixup typo in comment
1 parent de26a03 commit 7dceac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dist/threads-shared/lib/threads/shared.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Config;
88

99
use Scalar::Util qw(reftype refaddr blessed);
1010

11-
our $VERSION = '1.66'; # Please update the pod, too.
11+
our $VERSION = '1.67'; # Please update the pod, too.
1212
my $XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

@@ -196,7 +196,7 @@ threads::shared - Perl extension for sharing data structures between threads
196196
197197
=head1 VERSION
198198
199-
This document describes threads::shared version 1.66
199+
This document describes threads::shared version 1.67
200200
201201
=head1 SYNOPSIS
202202

dist/threads-shared/shared.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* proxy PVLV element with attached element magic.
4141
*
4242
* Pointers to the shared SV are squirrelled away in the mg->mg_ptr field
43-
* of magic (with mg_len == 0), and in the IV2PTR(SvIV(sv)) field of tied
43+
* of magic (with mg_len == 0), and in the INT2PTR(SvIV(sv)) field of tied
4444
* object SVs. These pointers have to be hidden like this because they
4545
* cross interpreter boundaries, and we don't want sv_clear() and friends
4646
* following them.

0 commit comments

Comments
 (0)