This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Two it's => its grammar fixes.
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2005 18:50:08 +0000 (18:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2005 18:50:08 +0000 (18:50 +0000)
p4raw-id: //depot/perl@26393

op.c
perl.h

diff --git a/op.c b/op.c
index 42a2e28..626db8f 100644 (file)
--- 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 (file)
--- 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.
  */