From: Nicholas Clark Date: Sat, 17 Dec 2005 18:50:08 +0000 (+0000) Subject: Two it's => its grammar fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff7298cbf9257c89a24403f4c51889c5bc71c44c;p=p5sagit%2Fp5-mst-13.2.git Two it's => its grammar fixes. p4raw-id: //depot/perl@26393 --- diff --git a/op.c b/op.c index 42a2e28..626db8f 100644 --- a/op.c +++ b/op.c @@ -989,7 +989,7 @@ S_modkids(pTHX_ OP *o, I32 type) return o; } -/* Propagate lvalue ("modifiable") context to an op and it's children. +/* Propagate lvalue ("modifiable") context to an op and its children. * 'type' represents the context type, roughly based on the type of op that * would do the modifying, although local() is represented by OP_NULL. * It's responsible for detecting things that can't be modified, flag diff --git a/perl.h b/perl.h index dd05dd1..5da4f62 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. */