summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-25 18:04:27 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-25 20:11:04 -0800
commit205681b5d1e56b5ec94a53a7a80c51b866099763 (patch)
tree66a6b756ddd31ddb8d808c04d25ea859f2b9feb2 /op.h
parent2174049d55b865d9bed8adad15157d3061d5ae10 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index e4fadf65b1..1392fd2945 100644
--- a/op.h
+++ b/op.h
@@ -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