summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-27 11:45:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-27 11:45:29 +0000
commit022735b47c849ae03c52981ea170ac0d5308050c (patch)
treede8fa952ddbfe5d1095df7d7c25ba0fc373193a1 /ext
parent0222aa7dc291d283102ca6659c13703653b531c6 (diff)
downloadperl-022735b47c849ae03c52981ea170ac0d5308050c.tar.gz
"lose the it's", from Abhijit Menon-Sen.
("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
Diffstat (limited to 'ext')
-rw-r--r--ext/IPC/SysV/Semaphore.pm2
-rw-r--r--ext/List/Util/lib/Scalar/Util.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/IPC/SysV/Semaphore.pm b/ext/IPC/SysV/Semaphore.pm
index 641ab4bdae..0505be222f 100644
--- a/ext/IPC/SysV/Semaphore.pm
+++ b/ext/IPC/SysV/Semaphore.pm
@@ -206,7 +206,7 @@ Returns the values of the semaphore set as an array.
=item getncnt ( SEM )
Returns the number of processed waiting for the semaphore C<SEM> to
-become greater than it's current value
+become greater than its current value
=item getpid ( SEM )
diff --git a/ext/List/Util/lib/Scalar/Util.pm b/ext/List/Util/lib/Scalar/Util.pm
index 78324d0e17..8a7a8a349e 100644
--- a/ext/List/Util/lib/Scalar/Util.pm
+++ b/ext/List/Util/lib/Scalar/Util.pm
@@ -75,7 +75,7 @@ hold a reference count on the object it references. Also when the reference
count on that object reaches zero, REF will be set to undef.
This is useful for keeping copies of references , but you don't want to
-prevent the object being DESTROY-ed at it's usual time.
+prevent the object being DESTROY-ed at its usual time.
=back