summaryrefslogtreecommitdiff
path: root/op.c
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 /op.c
parent798525938d9e11ee1067df2b2406ec14aa83dd2b (diff)
downloadperl-ff7298cbf9257c89a24403f4c51889c5bc71c44c.tar.gz
Two it's => its grammar fixes.
p4raw-id: //depot/perl@26393
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 42a2e2802f..626db8f548 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