diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-17 18:50:08 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-17 18:50:08 +0000 |
commit | ff7298cbf9257c89a24403f4c51889c5bc71c44c (patch) | |
tree | 588ac5c2a48e7a16229766280419e664bb8bd7cd /perl.h | |
parent | 798525938d9e11ee1067df2b2406ec14aa83dd2b (diff) | |
download | perl-ff7298cbf9257c89a24403f4c51889c5bc71c44c.tar.gz |
Two it's => its grammar fixes.
p4raw-id: //depot/perl@26393
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2580,7 +2580,7 @@ typedef pthread_key_t perl_key; # define STATUS_NATIVE PL_statusvalue_vms /* * vaxc$errno is only guaranteed to be valid if errno == EVMSERR, otherwise - * it's contents can not be trusted. Unfortunately, Perl seems to check + * its contents can not be trusted. Unfortunately, Perl seems to check * it on exit, so it when PL_statusvalue_vms is updated, vaxc$errno should * be updated also. */ |