summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-12-17 18:50:08 +0000
committerNicholas Clark <nick@ccl4.org>2005-12-17 18:50:08 +0000
commitff7298cbf9257c89a24403f4c51889c5bc71c44c (patch)
tree588ac5c2a48e7a16229766280419e664bb8bd7cd /perl.h
parent798525938d9e11ee1067df2b2406ec14aa83dd2b (diff)
downloadperl-ff7298cbf9257c89a24403f4c51889c5bc71c44c.tar.gz
Two it's => its grammar fixes.
p4raw-id: //depot/perl@26393
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index dd05dd1133..5da4f62579 100644
--- a/perl.h
+++ b/perl.h
@@ -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.
*/