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 /op.c | |
parent | 798525938d9e11ee1067df2b2406ec14aa83dd2b (diff) | |
download | perl-ff7298cbf9257c89a24403f4c51889c5bc71c44c.tar.gz |
Two it's => its grammar fixes.
p4raw-id: //depot/perl@26393
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |