diff options
author | David Mitchell <davem@iabyn.com> | 2010-10-26 17:07:57 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-10-26 17:07:57 +0100 |
commit | 59d53fd6002cff7136e93d0aa337abc97be636dd (patch) | |
tree | 3aaa8a3ab9d4ae0c90a0f62fd7a1056cd450e566 /pp_ctl.c | |
parent | 07be2aceb8f7f85f78ffa812b42b93d38d740bcb (diff) | |
download | perl-59d53fd6002cff7136e93d0aa337abc97be636dd.tar.gz |
fix thinko in code comment
Diffstat (limited to 'pp_ctl.c')
-rw-r--r-- | pp_ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1116,7 +1116,7 @@ PP(pp_mapwhile) * if necessary), then clear the current temps stack frame * *except* for those items. We do this splicing the items * into the start of the tmps frame (so some items may be on - * the tmps stack twice), then moving PL_stack_floor above + * the tmps stack twice), then moving PL_tmps_floor above * them, then freeing the frame. That way, the only tmps that * accumulate over iterations are the return values for map. * We have to do to this way so that everything gets correctly |