diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-25 18:04:27 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-25 20:11:04 -0800 |
commit | 205681b5d1e56b5ec94a53a7a80c51b866099763 (patch) | |
tree | 66a6b756ddd31ddb8d808c04d25ea859f2b9feb2 /op.h | |
parent | 2174049d55b865d9bed8adad15157d3061d5ae10 (diff) | |
download | perl-205681b5d1e56b5ec94a53a7a80c51b866099763.tar.gz |
Correct OPf_SPECIAL/OP_UNSTACK comment
I misread the code when I added it.
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ Deprecated. Use C<GIMME_V> instead. */ /* On OP_PADRANGE, push @_ */ /* On OP_DUMP, has no label */ - /* On OP_UNSTACK, in a foreach loop */ + /* On OP_UNSTACK, in a C-style for loop */ /* old names; don't use in new code, but don't break them, either */ #define OPf_LIST OPf_WANT_LIST |