diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:45:29 +0000 |
commit | 022735b47c849ae03c52981ea170ac0d5308050c (patch) | |
tree | de8fa952ddbfe5d1095df7d7c25ba0fc373193a1 /ext/IPC | |
parent | 0222aa7dc291d283102ca6659c13703653b531c6 (diff) | |
download | perl-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/IPC')
-rw-r--r-- | ext/IPC/SysV/Semaphore.pm | 2 |
1 files changed, 1 insertions, 1 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 ) |